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