[]
Gets or sets the element at the specified index.
public IndexEntry this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | The index in the current collection. |
Type | Description |
---|---|
IndexEntry | The element at the specified index. |