Gets the values in the SortedListEx.

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 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

IList<(Of <(<'TValue>)>)>
An IList containing the values in the SortedListEx.

See Also