public property ReticleCollectionBase<T>.Item

Brief

Gets or sets the element by the index

Declaration
C#
this[int index] public get; public set;

Parameters
index

Declared in ReticleCollectionBase<T>

back