Summary
Initializes a new instance of the
AvaloniaList<T>
class.
- Namespace
- Avalonia
.Collections - Containing Type
- AvaloniaList
<T>
Syntax
public AvaloniaList(IEnumerable<T> items)
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable |
The initial items for the collection. |
Return Value
Type | Description |
---|---|
void |