Click or drag to resize
View Properties

The OrderedBagTView type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of items in this view.
(Overrides CollectionBaseTCount.)
Public propertyItem
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.
Top
See Also