Registry<T>.Item[int]
Property in Registry<T>
Declaration
public T this[int index] { get; }
Description
Returns the item at the specified index.
Parameters
index | The index of the item to return. |
public T this[int index] { get; }
Returns the item at the specified index.
index | The index of the item to return. |