-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
GetNextLogicalSibling(ILogical)
GetNextLogicalSibling(ILogical) Method
Definition
Gets the next sibling of a specific type.
public static T? GetNextLogicalSibling<T>(this ILogical logical)
where T : class
Type parameters
- T
- The type of sibling to find.
Parameters
Returns
- {T}
- The next sibling of the specified type, or null if not found.