Gets the number of items currently stored in the Deque. The last item
in the Deque has index Count-1.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
RemarksGetting the count of items in the Deque takes a small constant
amount of time.
See Also