-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
GetLogicalChildren(ILogical)
GetLogicalChildren(ILogical) Method
Definition
Gets the direct logical children of a specific type.
public static IEnumerable<T> GetLogicalChildren<T>(this ILogical logical)
where T : class
Type parameters
- T
- The type of children to get.
Parameters
Returns