Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.HeadlessTestingFramework
ControlFinder
Methods
Single
()
Menu
On this page
Single
() Method
Definition
Namespace
Avalonia.HeadlessTestingFramework
Assembly
HeadlessTestingFramework.dll
View source
Finds the single matching control of a specific type.
public T Single<T>() where T : class
Type parameters
T
The type to return.
Returns
{T}
The single matching control.