Click or drag to resize
DequeTCount Property
Gets the number of items currently stored in the Deque. The last item in the Deque has index Count-1.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Remarks
Getting the count of items in the Deque takes a small constant amount of time.
See Also