Table of Contents

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
Object
DataPair<T>
Inherited Members

Constructors

DataPair(String, T)

Initializes a new instance of the DataPair class.

public DataPair(string name, T value)

Parameters

name String

The name of the data pair.

value T

The 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)

Parameters

name String

The name of the data pair.

value T

The value of the data pair.

typeOf Type

The type of the data pair.