-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
CountLogical(ILogical)
CountLogical(ILogical) Method
Definition
Counts all logical descendants of a specific type.
public static int CountLogical<T>(this ILogical root)
where T : class
Type parameters
Parameters
Returns
- Int32
- The number of descendants of the specified type.