Skip to main content

Or(IReadOnlyList<Selector>) Method

Returns a selector which ORs selectors.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static Selector Or(
IReadOnlyList<Selector> selectors
)

Parameters

  IReadOnlyList(Selector)
The selectors to be OR'd.

Return Value

Selector
The selector.

See Also

Reference

Selectors Class
Or Overload
Avalonia.Styling Namespace