Click or drag to resize
OrderedBagTAsList Method
Get a read-only list view of the items in this ordered bag. 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 OrderedBag.

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 OrderedBag.
See Also