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