Selectors.

Or(IReadOnlyList<Selector>) Method

Summary

Returns a selector which ORs selectors.
Namespace
Avalonia.Styling
Containing Type
Selectors

Syntax

public static Selector Or(IReadOnlyList<Selector> selectors)

Parameters

Name Type Description
selectors IReadOnlyList<Selector> The selectors to be OR'd.

Return Value

Type Description
Selector The selector.