[]
Gets the subindex object at the specified ordinal position in the collection.
public Subindex<T> this[int ordinal] { get; }
Public ReadOnly Default Property Item(ordinal As Integer) As Subindex(Of T)
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based ordinal position of the subindex to find |