SectionCollection Class
Represents a collection of Section elements.
public sealed class SectionCollection : ElementCollection<Section>, IList, ICollection, IList<Section>, ICollection<Section>, IEnumerable<Section>, IEnumerable
- Inheritance:
- System.
Object SectionCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList <Section>
System.Collections.Generic.ICollection <Section>
System.Collections.Generic.IEnumerable <Section>
System.Collections.IEnumerable
Remarks
Used as a container for a Sections property.
Inherited Properties
Content | Gets the content of the current Element (Inherited from Element |
Supported | Gets a sequence of Element (Inherited from Element |
Inherited Methods
Copy | Copies the elements of the Element (Inherited from Element |
Index | Determines the index of a specific Element in the Element (Inherited from Element |
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable