SortedListCollection<T>.Clone Method
Include Protected Members
Include Inherited Members
Clones this SortedListCollection<T> object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Clone() | Creates an IMutableMetadataCollection<T> object that is a copy of this object, except for the elements. (Inherited from DictionaryCollectionBase<T, U>.) | |
Clone(Boolean) | Creates an IMutableMetadataCollection<T> object that is a copy of this object and, if specified, also copies the elements. (Overrides DictionaryCollectionBase<T, U>.Clone(Boolean).) |
Top