-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
GetLogicalAncestors(ILogical)
GetLogicalAncestors(ILogical) Method
Definition
Gets all logical ancestors of a specific type.
public static IEnumerable<T> GetLogicalAncestors<T>(this ILogical logical)
where T : class
Type parameters
- T
- The type of ancestors to find.
Parameters
Returns