| LineIterator Methods | 
The LineIterator type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Releases the resources
            (Inherited from DisposableObject.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetEnumerator | |
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ThrowIfDisposed | 
            If this object is disposed, then ObjectDisposedException is thrown.
            (Inherited from DisposableObject.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Explicit Interface Implementations
Explicit Interface Implementations| Name | Description | |
|---|---|---|
|   | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. | 
 See Also
See Also