| 
TypedSortedListEx
 TKey
,
 TValue
CloneAll Method
  | 
 Clone 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 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
 
 Type:
 
TypedSortedListEx
 
 TKey
 ,
 
 TValue
 Returns clone of current object.
 
 See Also
See Also