Class ArrayExtensions
Inheritance
System.Object
ArrayExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class ArrayExtensions
Methods
As<T>(DesktopElement[])
Declaration
public static T[] As<T>(this DesktopElement[] elements)
where T : DesktopControl
Parameters
DesktopElement[]
elements
|
Returns
T[]
|
Type Parameters
T
|
CastIncludingAncestors<T>(DesktopElement[])
Declaration
public static T[] CastIncludingAncestors<T>(this DesktopElement[] elements)
where T : DesktopControl
Parameters
DesktopElement[]
elements
|
Returns
T[]
|
Type Parameters
T
|