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






Gets or sets the second value.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public T2 Second { get; set; }

Visual Basic  Copy Code

Public Property Second As T2

 Property Value

An object of type T2.

 See Also