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