Class DataPair<T>
Represents a generic way to provide information about arbitrary data.
Inheritance
System.Object
DataPair<T>
Assembly: Cuemon.Core.dll
Syntax
public class DataPair<T> : DataPair
Type Parameters
Name |
Description |
T |
The type of the data value being represented by this instance.
|
Constructors
|
Improve this Doc
DataPair(String, T)
Initializes a new instance of the DataPair class.
Declaration
public DataPair(string name, T value)
Parameters
Type |
Name |
Description |
System.String |
name |
The name of the data pair.
|
T |
value |
The value of the data pair.
|
|
Improve this Doc
DataPair(String, T, Type)
Initializes a new instance of the DataPair class.
Declaration
public DataPair(string name, T value, Type typeOf)
Parameters
Type |
Name |
Description |
System.String |
name |
The name of the data pair.
|
T |
value |
The value of the data pair.
|
System.Type |
typeOf |
The type of the data pair.
|
Extension Methods
ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)