Click or drag to resize
OzTupleCreateT1 Method (T1)
Creates a new 1-tuple, or singleton.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static OzTuple<T1> Create<T1>(
	T1 item1
)

Parameters

item1
Type: T1
The value of the only component of the tuple.

Type Parameters

T1
The type of the only component of the tuple.

Return Value

Type: OzTupleT1
A tuple whose value is (item1).
See Also