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