SelectorsOr(IReadOnlyListSelector) Method

Returns a selector which ORs selectors.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Selector Or(
	IReadOnlyList<Selector> selectors
)

Parameters

selectors  IReadOnlyListSelector
The selectors to be OR'd.

Return Value

Selector
The selector.

See Also