Search
Pair(T1, T2).First Property
See Also
 






Gets or sets the first value.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public T1 First { get; set; }

Visual Basic  Copy Code

Public Property First As T1

 Property Value

An object of type T1.

 See Also