Registry<T>.Item[int]

Property in Registry<T>

Declaration

public T this[int index] { get; }

Description

Returns the item at the specified index.

Parameters

indexThe index of the item to return.