ItemsSourceView<T>.

ItemsSourceView(IEnumerable<T>) Constructor

Summary

Initializes a new instance of the ItemsSourceView class for the specified data source.
Namespace
Avalonia.Controls
Containing Type
ItemsSourceView<T>

Syntax

public ItemsSourceView(IEnumerable<T> source)

Parameters

Name Type Description
source IEnumerable<T> The data source.

Return Value

Type Description
void