DataPair Constructor
Definition
DataPair(string, T)
Initializes a new instance of the DataPair class.
public DataPair(string name, T value)
Parameters
namestringThe name of the data pair.
valueTThe value of the data pair.
DataPair(string, T, Type)
Initializes a new instance of the DataPair class.
public DataPair(string name, T value, Type typeOf)