OzTupleT1, T2, T3, T4, T5Item2 Property |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's second component.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public ReadOnly Property Item2 As T2
Get
public:
property T2 Item2 {
T2 get ();
}
member Item2 : 'T2 with get
Property Value
Type:
T2See Also