Click or drag to resize
OrderedSetTAsList Method
Get a read-only list view of the items in this ordered set. The items in the list are in sorted order, with the smallest item at index 0. This view does not copy any data, and reflects any changes to the underlying OrderedSet.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IList<T> AsList()

Return Value

Type: IListT
A read-only IList<T> view onto this OrderedSet.
See Also