Skip to content
Docs Try Aspire

StaticValueProvider<T> Constructors

Class Constructors 2 members
A static value provider that returns a fixed value once it's been set.
Creates a new instance of the Foundry.StaticValueProvider`1 class.
public class StaticValueProvider<T>
{
public StaticValueProvider()
{
// ...
}
}
Creates a new instance of the Foundry.StaticValueProvider`1 class.
public class StaticValueProvider<T>
{
public StaticValueProvider(
T value)
{
// ...
}
}
value T