OrderedBagTViewAsList Method |
Get a read-only list view of the items in this view. 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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic:
IList<T>^ AsList()
Return Value
Type:
IListTA read-only IList<T> view onto this view.
See Also