class ReticleCollectionBase<T>| Parents | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The base class for reticle collections
| Parameters | |
T |
|
| Public Properties | |
|
Returns number of the elements |
|
|
Gets or sets the element by the index |
|
| Public Methods | |
|
Adds a new element in the collection |
|
|
Removes all elements |
|
|
Returns enumerator of the elements |
|
|
Removes the element from the collection by its position |
|
| Protected Fields | |
|
Collection of elements |
|