Initializes a new instance of the Pair class.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Pair<T1, T2> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T1, T2) ( _ |
The first value.
The second value.
See Also