Click or drag to resize

TypedSortedListEx TKey , TValue Clone Method

Creates a new object that is a copy of the current instance.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual Object Clone()

Return Value

Type: Object
Copy of the current instance.
See Also