class ReticleCollectionBase<T>

Parents

object

IReadOnlyList<T>

IEnumerable<T>

IEnumerable

IReadOnlyCollection<T>

Brief

The base class for reticle collections

Parameters
T

Public Properties

Count

Returns number of the elements

Item

Gets or sets the element by the index

Public Methods

Add

Adds a new element in the collection

Clear

Removes all elements

GetEnumerator

Returns enumerator of the elements

RemoveAt

Removes the element from the collection by its position

Protected Fields

mElements

Collection of elements

back