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.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxPublic ReadOnly Property Item1 As T1
Get
public:
property T1 Item1 {
T1 get ();
}
member Item1 : 'T1 with get
Property Value
Type:
T1
See Also