Deque<(Of <(<'T>)>)> Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
Deque<(Of <(<'T>)>)>()()()() |
Create a new Deque that is initially empty.
|
![]() |
Deque<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>)) |
Create a new Deque initialized with the items from the passed collection,
in order.
|