AvaloniaList<T>.

AvaloniaList(T[]) Constructor

Summary

Initializes a new instance of the AvaloniaList<T> class.
Namespace
Avalonia.Collections
Containing Type
AvaloniaList<T>

Syntax

public AvaloniaList(params T[] items)

Parameters

Name Type Description
items T[] The initial items for the collection.

Return Value

Type Description
void