NameToValueT Constructor

There are two overloads for the constructor

Overload List

NameToValueT(String, T) Use this constructor to create an instance that maps a name to a property name rather than a value
NameToValueT(String, T, Boolean) Use this constructor to create an instance that maps a name to a value that is a parameter value

See Also