Constructor NameValue
NameValue(string, T)
Initializes a new instance of the NameValue<T> class.
public NameValue(string name, T value)
Parameters
namestringA string that contains the name of the
value.valueTAn object that contains the content that the
nameidentifies.