Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.HeadlessTestingFramework
ControlFinder
Methods
Except
()
Menu
On this page
Except
() Method
Definition
Namespace
Avalonia.HeadlessTestingFramework
Assembly
HeadlessTestingFramework.dll
View source
Exclude controls of a specific type.
public ControlFinder Except<T>() where T : class
Type parameters
T
The type to exclude.
Returns
ControlFinder