Tuple..::..Create<(Of <(<'T1>)>)> Method (T1)
Creates a new 1-tuple, or singleton.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static Tuple<T1> Create<T1>( T1 item1 )
<TemplateAttribute> _ Public Shared Function Create(Of T1) ( _ item1 As T1 _ ) As Tuple(Of T1)
[TemplateAttribute] public: generic<typename T1> static Tuple<T1>^ Create( T1 item1 )
Type Parameters
- T1
- The type of the only component of the tuple.
Parameters
- item1
- Type: T1
The value of the only component of the tuple.