Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Create a new Deque initialized with the items from the passed collection, in order.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public Deque(
	IEnumerable<T> collection
)
Public Sub New ( _
	collection As IEnumerable(Of T) _
)
public:
Deque(
	IEnumerable<T>^ collection
)

Parameters

collection
Type: IEnumerable<(Of <(<'T>)>)>
A collection of items to initialize the Deque with.