Click or drag to resize
DequeTGetEnumerator Method
Enumerates all of the items in the list, in order. The item at index 0 is enumerated first, then the item at index 1, and so on. If the items are added to or removed from the Deque during enumeration, the enumeration ends with an InvalidOperationException.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Exceptions
ExceptionCondition
InvalidOperationExceptionThe Deque has an item added or deleted during the enumeration.
See Also