View Properties |
The OrderedSetTView type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Number of items in this view.
(Overrides CollectionBaseTCount.) |
![]() | Item |
Get the item by its index in the sorted order. The smallest item in the view has index 0,
the next smallest item has index 1, and the largest item has index Count-1.
|