StaticValueProvider<T> Constructors
Class Constructors 2 members
A static value provider that returns a fixed value once it's been set.
Constructor Section 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
value T