Clone current instance.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TypedSortedListEx<TKey, TValue> CloneAll()
Public Function CloneAll As TypedSortedListEx(Of TKey, TValue)
public:
TypedSortedListEx<TKey, TValue>^ CloneAll()
member CloneAll : unit -> TypedSortedListEx<'TKey, 'TValue> 

Return Value

TypedSortedListEx<(Of <(<'TKey, TValue>)>)>
Returns clone of current object.

See Also