SelectionModel<T>.

SelectionModel(IEnumerable<T>?) Constructor

Namespace
Avalonia.Controls.Selection
Containing Type
SelectionModel<T>

Syntax

public SelectionModel(IEnumerable<T>? source)

Parameters

Name Type Description
source IEnumerable<T>?

Return Value

Type Description
void