-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
ContainsLogical(ILogical)
ContainsLogical(ILogical) Method
Definition
Checks if a logical contains a descendant of a specific type.
public static bool ContainsLogical<T>(this ILogical root)
where T : class
Type parameters
Parameters
Returns
- Boolean
- True if a descendant of the specified type exists.