Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ManagementNamedValueCollection::Clone Method ()

 

Creates a clone of the collection. Individual values are cloned. If a value does not support cloning, then a NotSupportedException is thrown.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
ManagementNamedValueCollection^ Clone()

Return Value

Type: System.Management::ManagementNamedValueCollection^

The new copy of the collection.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft