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