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
T
The 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
name
StringThe name of the data pair.
value
TThe 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)