Overload List

  NameDescription
Dequeue<(Of <(T>)>)()()()
Create an empty Dequeu with capacity 32 and growth 2
Dequeue<(Of <(T>)>)(ICollection<(Of <(T>)>))
Create a new Dequeu as a copy of the given collection
Dequeue<(Of <(T>)>)(Int32)
Create an empty Dequeu with given capacity and growth 2
Dequeue<(Of <(T>)>)(ICollection<(Of <(T>)>), Int32)
Create a new Dequeu as a copy of the given collection and the given capacity
Dequeue<(Of <(T>)>)(Int32, Double)
Create an empty Dequeu with given capacity and given growth

See Also