An Atom containing an array of other Atoms.

System.Object
   WebSupergoo.ABCpdf7.Atoms.Atom
      WebSupergoo.ABCpdf7.Atoms.ArrayAtom

Implements: IList<Atom>, ICollection<Atom>, IEnumerable<Atom>, IList, ICollection, IEnumerable

 

   
   
Method Description
ArrayAtom ArrayAtom Constructor.
CopyTo Copies the Atoms into an array.
Add Add an item to the end of the array.
Clear Removes all Atoms from the array.
Contains Determines whether the array contains a specific Atom.
IndexOf Determines the index of a specific Atom.
Throws Exceptions Insert Inserts an Atom into the array at the specified position.
Remove Removes an Atom from the array.
Throws Exceptions RemoveAt Removes an Atom at a specified position from the array.
GetEnumerator Gets an enumerator for the Collection.
  inherited methods...

 

   
   
Property Description
Count Gets the number of Atoms in the array.
Throws Exceptions Item Gets or sets the item at the specified index.
  inherited properties...