Class WindowCollection
Inheritance
System.Object
    System.Collections.ReadOnlyCollectionBase
    WindowCollection
  Inherited Members
      System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    
    
      System.Collections.ReadOnlyCollectionBase.GetEnumerator()
    
    
      System.Collections.ReadOnlyCollectionBase.InnerList
    
    
      System.Collections.ReadOnlyCollectionBase.Count
    
    
      System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.IsSynchronized
    
    
      System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.SyncRoot
    
    
      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.Common.Win32
Assembly: ArtOfTest.WebAii.dll
Syntax
public class WindowCollection : ReadOnlyCollectionBase, ICollection, IEnumerableProperties
Item[Int32]
Declaration
public Window this[int index] { get; }Parameters
| System.Int32
        index 
 | 
Property Value
| Window 
 | 
Methods
Clear()
Declaration
public void Clear()