Controls.

Controls(IEnumerable<IControl>) Constructor

Summary

Initializes a new instance of the Controls class.
Namespace
Avalonia.Controls
Containing Type
Controls

Syntax

public Controls(IEnumerable<IControl> items)

Parameters

Name Type Description
items IEnumerable<IControl> The initial items in the collection.

Return Value

Type Description
void