Table of Contents

DataPair Constructor

Definition

Namespace
Cuemon
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/DataPair.cs

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.