The AreaCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd()()()()
Add a new area to this collection.
Public methodAdd(Area)
Add an existing area to this collection.
Public methodAddRange(array<Area>[]()[][])
Adds the elements of an array of areas to the end of this collection.
Public methodAddRange(AreaCollection)
Adds the elements of a AreaCollection to the end of this collection.
Public methodClear
Removes all areas from this collection.
Public methodContains
Determine whether an Area is in the AreaCollection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Implements GetEnumerator()()()().
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified Area in the AreaCollection.
Public methodInsert
Insert an Area on a specific place in this AreaCollection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodRemove
Removes an Area from this AreaCollection.
Public methodRemoveAt
Removes an Area from the AreaCollection at the specified index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also