ArrayExtensions
Class
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public static class ArrayExtensions
Inheritance: objectArrayExtensions
Methods
C#
public static T[] As<T>(this DesktopElement[] elements) where T : DesktopControl
T[]
C#
public static T[] CastIncludingAncestors<T>(this DesktopElement[] elements) where T : DesktopControl
T[]