Click or drag to resize

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

Return Value

Type: IList TValue
An IList containing the values in the SortedListEx.
See Also