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