UIAutomation.ExtensionMethodsCollection.ToArray C# (CSharp) Method

ToArray() public static method

public static ToArray ( this collection ) : IUiElement[]
collection this
return IUiElement[]
        public static IUiElement[] ToArray(this IUiEltCollection collection)
        {
            return collection.SourceCollection.ToArray();
        }