Click or drag to resize

FDFFieldIterator Methods

The FDFFieldIterator type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodCurrent
get the current FDFFieldIterator
Public methodEquals
check if equals to another FDFFieldIterator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasNext
check if there are more elements for the iterator
Public methodNext
advance FDFFieldIterator to the next FDFField
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also