Summary
Gets or sets the item at the specified index.
- Namespace
- Avalonia
.Collections - Containing Type
- AvaloniaList
<T>
Syntax
public T this[int index] { get; set; }
Parameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
T |