CustomXmlPartCollection
Clone Method
|
Makes a deep copy of this collection and its items.
Namespace:
Spire.Doc.Documents.Markup
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CustomXmlPartCollection Clone()
Public Function Clone As CustomXmlPartCollection
public:
CustomXmlPartCollection^ Clone()
member Clone : unit -> CustomXmlPartCollection
Return Value
Type:
CustomXmlPartCollection
See Also