TypedSortedListEx
TKey
,
TValue
GetKeyList Method
|
Gets the keys in the SortedListEx.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual IList<TKey> GetKeyList()
Public Overridable Function GetKeyList As IList(Of TKey)
public:
virtual IList<TKey>^ GetKeyList()
abstract GetKeyList : unit -> IList<'TKey>
override GetKeyList : unit -> IList<'TKey>
Return Value
Type:
IList
TKey
An IList containing the keys in the SortedListEx.
See Also