| 
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
Syntax
 
 
public virtual Object Clone()
 
Public Overridable Function Clone As Object
 
public:
virtual Object^ Clone()
 
abstract Clone : unit -> Object 
override Clone : unit -> Object 
 
 
 
Return Value
 
 Type:
 
Object
 
 Copy of the current instance.
 
 See Also
See Also