Collection class for objects of type .
Inheritance
object
Implements
- IEnumerable<IconCriterion>
- IEnumerable
Properties
Section titled "Properties"Count
Section titled "Count"Returns the number of objects contained within this collection.
public int Count { get; } this[int]
Section titled "this[int]"Returns the object corresponding to the specified index.
public IconCriterion this[int index] { get; }