IMutableMetadataCollection<T>.Clone Method
Include Protected Members
Include Inherited Members
Creates an IMutableMetadataCollection<T> instance that is a copy of this 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> instance that is a copy of this object, except for the elements. | |
Clone(Boolean) | Creates an IMutableMetadataCollection<T> instance that is a copy of this object and, if specified, also copies the elements. |
Top