The AreaCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add()()()() |
Add a new area to this collection.
| |
| Add(Area) |
Add an existing area to this collection.
| |
| AddRange(array<Area>[]()[][]) |
Adds the elements of an array of areas to the end of this collection.
| |
| AddRange(AreaCollection) |
Adds the elements of a AreaCollection to the end of this collection.
| |
| Clear |
Removes all areas from this collection.
| |
| Contains |
Determine whether an Area is in the AreaCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements GetEnumerator()()()().
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Searches for the specified Area in the AreaCollection.
| |
| Insert |
Insert an Area on a specific place in this AreaCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| Remove |
Removes an Area from this AreaCollection.
| |
| RemoveAt |
Removes an Area from the AreaCollection at the specified index.
| |
| ToString | (Inherited from Object.) |