Property this
this[int]
Access an element by index
Declaration
public T this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index | The array index of the buffer to query |
Property Value
Type | Description |
---|---|
T | The value of component |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if |