-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
ExactType()
ExactType() Method
Definition
Filter to controls that are exactly the specified type (not derived).
public ControlFinder ExactType<T>()
where T : class
Type parameters
- T
- The exact type to filter by.
Returns