FieldIterator Methods |
The FieldIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| Close | ||
| Current | Get the current Field object | |
| Equals | Determines if equals to the given object | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasNext | Determines if the iteration has more elements. | |
| Next | iterates to the next object | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |