[]
Gets or sets the element at the specified index.
public RenderFragment this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As RenderFragment
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| RenderFragment | The element at the specified index. |