class System.Windows.Forms.Layout.ArrangedElementCollection
   inherits System.Object
   implements System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable:

   def public property IsReadOnly as logical
      get.

   def public property Count as integer
      get.

   method public override logical Equals(input obj as System.Object):
   end method.

   method public final override integer GetHashCode():
   end method.

   method public final void CopyTo(input array as System.Array, input index as integer):
   end method.

   method public System.Collections.IEnumerator GetEnumerator():
   end method.

end class.
