Represents a base generic class for Element collections.
Inheritance Hierarchy
GemBox.Document ElementCollection
GemBox.Document ElementCollection T
GemBox.Document BlockCollection
GemBox.Document HeaderFooterCollection
GemBox.Document InlineCollection
GemBox.Document SectionCollection
GemBox.Document.Tables TableCellCollection
GemBox.Document.Tables TableRowCollection
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public abstract class ElementCollection<T> : ElementCollection, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable where T : Element
Type Parameters
- T
- An Element derived type.
See Also