-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
TreeValidator
-
Methods
-
RequireNameOfType(String)
RequireNameOfType(String) Method
Definition
Requires that a named control is of the specified type.
public TreeValidator RequireNameOfType<T>(string name)
where T : class
Type parameters
Parameters
Returns