DequeTCloneContents Method |
Namespace: X3Platform.Collections
Exception | Condition |
---|---|
InvalidOperationException | T is a reference type that does not implement ICloneable. |
If T is a reference type, it must implement ICloneable. Otherwise, an InvalidOperationException is thrown.
Cloning the Deque takes time O(N), where N is the number of items in the Deque.