Creates a new Deque that is a copy of this one.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic:
Deque<T>^ Clone()
Return Value
Type:
DequeTA copy of the current deque.
RemarksCopying a Deque takes O(N) time, where N is the number of items in this Deque..
See Also