TypedSortedListEx
TKey
,
TValue
GetValueList Method
|
Gets the values 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<TValue> GetValueList()
Public Overridable Function GetValueList As IList(Of TValue)
public:
virtual IList<TValue>^ GetValueList()
abstract GetValueList : unit -> IList<'TValue>
override GetValueList : unit -> IList<'TValue>
Return Value
Type:
IList
TValue
An IList containing the values in the SortedListEx.
See Also