Class DataPair<T>
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Represents a generic way to provide information about arbitrary data.
public class DataPair<T> : DataPair
Type Parameters
TThe type of the data value being represented by this instance.
- Inheritance
-
DataPair<T>
- Inherited Members
Constructors
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)