OzTupleT1, T2, T3, T4, T5, T6, T7, TRestItem5 Property |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's fifth component.
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxPublic ReadOnly Property Item5 As T5
Get
public:
property T5 Item5 {
T5 get ();
}
member Item5 : 'T5 with get
Property Value
Type:
T5
See Also