SectionCollection Class
Represents a collection of Section elements.
public sealed class SectionCollection : ElementCollection<Section>, IList, ICollection, IList<Section>, ICollection<Section>, IEnumerable<Section>, IEnumerable
Public NotInheritable Class SectionCollection
Inherits ElementCollection(Of Section)
Implements IList, ICollection, IList(Of Section), ICollection(Of Section), IEnumerable(Of Section), IEnumerable
- Inheritance:
- SectionCollection
Remarks
Used as a container for a Sections property.
Inherited Properties
Content | Gets the content of the current ElementCollection. (Inherited from ElementCollection) |
SupportedElementTypes | Gets a sequence of ElementTypes that can be contained in this collection. (Inherited from ElementCollection) |
Inherited Methods
CopyTo(Element[], Int32) | Copies the elements of the ElementCollection to an Array, starting at a particular Array index. (Inherited from ElementCollection) |
IndexOf(Element) | Determines the index of a specific Element in the ElementCollection. (Inherited from ElementCollection) |