Click or drag to resize
DequeTClear Method
Removes all items from the Deque.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Remarks
Clearing the Deque takes a small constant amount of time, regardless of how many items are currently in the Deque.
See Also