|
Class ArrayElement.
This class represents an array of typed Elements.
Since it is an array, the core Atom it is created from should be
an ArrayAtom.
System.Object
WebSupergoo.ABCpdf13.Elements.Element
WebSupergoo.ABCpdf13.Elements.ArrayElement<T>
Implements: IList<T>, IList
Type T : The type of Element that this ArrayElement
contains.
|