Bridge

List<(Of <(<'T>)>)> Constructor (IEnumerable<(Of <(<'T>)>)>)

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

Syntax


public List(
	IEnumerable<T> items
)
Public Sub New ( _
	items As IEnumerable(Of T) _
)
public:
List(
	IEnumerable<T>^ items
)

Parameters

items
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>