The SectionCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SectionCollection |
Create a new empty collection.
|
Methods
| Name | Description | |
|---|---|---|
| Add()()()() |
Add a new section.
| |
| Add(Section) |
Add an existing section.
| |
| AddRange(array<Section>[]()[][]) |
Adds the elements of an array of sections to the end of this collection.
| |
| AddRange(SectionCollection) |
Adds the elements of a SectionCollection to the end of this collection.
| |
| Clear |
Removes all sections from this collection.
| |
| Compose |
Implement this method in a derived class to generate content
dynamically.
| |
| Contains |
Determine whether an Section is in the SectionCollection.
| |
| 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 Section in the SectionCollection.
| |
| Insert |
Insert an Section on a specific place in this SectionCollection.
| |
| 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 Section from this SectionCollection.
| |
| RemoveAt |
Removes an Section from the SectionCollection at the specified index.
| |
| ToString | (Inherited from Object.) |