Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

Deque<(Of <(<'T>)>)>..::..Clone Method

Creates a new Deque that is a copy of this one.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public Deque<T> Clone()
Public Function Clone As Deque(Of T)
public:
Deque<T>^ Clone()

Return Value

A copy of the current deque.

Remarks


Copying a Deque takes O(N) time, where N is the number of items in this Deque..