Gets the keys in the SortedListEx.
Namespace: Spire.Doc.CollectionsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
IList<(Of <(<'TKey>)>)>An IList containing the keys in the SortedListEx.