Bridge

Tuple<(Of <(<'T1>)>)> Constructor

Initializes a new instance of the Tuple<(Of <(<'T1>)>)> class.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public Tuple(
	T1 item1
)
<TemplateAttribute> _
Public Sub New ( _
	item1 As T1 _
)
[TemplateAttribute]
public:
Tuple(
	T1 item1
)

Parameters

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