A class encapsulating a collection of Fields.

System.Object
   WebSupergoo.ABCpdf7.Objects.Fields

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

 

   
   
Method Description
CopyTo Copies the Fields into an array.
Throws Exceptions Add Add an item to the end of the collection.
Throws Exceptions Clear Removes all Fields from the collection.
Contains Determines whether the collection contains a specific Field.
IndexOf Determines the index of a specific Field.
Throws Exceptions Insert Inserts a Field into the collection at the specified position.
Throws Exceptions Remove Removes a Field from the collection.
Throws Exceptions RemoveAt Removes a Field at a specified position from the collection.
GetEnumerator Gets an enumerator for the collection.

 

   
   
Property Description
Count Gets the number of Fields in the collection.
Throws Exceptions Item Gets or sets the Field at the specified index.