Collection class for objects of type .

Inheritance

Implements
  • IEnumerable<IconCriterion>
  • IEnumerable

Returns the number of objects contained within this collection.

public int Count { get; }

Returns the object corresponding to the specified index.

public IconCriterion this[int index] { get; }