OrderedSetTCloneContents 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 set takes time O(N log N), where N is the number of items in the set.