Deque<(Of <(<'T>)>)>..::..CloneContents Method
Makes a deep clone of this Deque. A new Deque is created with a clone of
each element of this set, by calling ICloneable.Clone on each element. If T is
a value type, then each element is copied as if by simple assignment.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Return Value
The cloned Deque.Exceptions
Exception | Condition |
---|---|
InvalidOperationException | T is a reference type that does not implement ICloneable. |