Click or drag to resize
DequeT Constructor (IEnumerableT)
Create a new Deque initialized with the items from the passed collection, in order.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public Deque(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
A collection of items to initialize the Deque with.
See Also