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