public method ReticleCollectionBase<T>.RemoveAt

Brief

Removes the element from the collection by its position

Declaration
C#
void  RemoveAt (int index)

Parameters
index

Declared in ReticleCollectionBase<T>

back