Click or drag to resize

OzTupleCreateT1(T1) Method

Creates a new 1-tuple, or singleton.

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

Parameters

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

Type Parameters

T1
The type of the only component of the tuple.

Return Value

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