Charting for WinForms Programmer's Guide
Pair(T1, T2) Constructor (T1, T2)
See Also
 






Initializes a new instance of the Pair class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Pair<T1, T2> (
    T1 first,
    T2 second
)

Visual Basic  Copy Code

Public New (Of T1, T2) ( _
    first As T1, _
    second As T2 _
)

 Parameters

first

The first value.

second

The second value.

 See Also

Pair(T1, T2) Constructor Overload List
Pair(T1, T2) Class
MindFusion.Charting Namespace