DequeT Constructor (IEnumerableT) |
Create a new Deque initialized with the items from the passed collection,
in order.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Deque(
IEnumerable<T> collection
)
public:
Deque(
IEnumerable<T>^ collection
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
A collection of items to initialize the Deque with.
See Also