Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Removes all items from the Deque.

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

Syntax


public void Clear()
Public Sub Clear
public:
void Clear()

Remarks


Clearing the Deque takes a small constant amount of time, regardless of how many items are currently in the Deque.