Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Overload List


  Name Description
Public method Deque<(Of <(<'T>)>)>()()()()
Create a new Deque that is initially empty.
Public method Deque<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>))
Create a new Deque initialized with the items from the passed collection, in order.