[This is preliminary documentation and is subject to change.]
The FilteredEnumerator<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FilteredEnumerator<(Of <(<'T>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| Dispose()()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) | This code added by Visual Basic to correctly implement the disposable pattern. | |
| MoveNext | Advances the enumerator to the next element of the collection while exluding elements for which predicate given in CTor is false. | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
Properties
| Name | Description | |
|---|---|---|
| Current | Gets the element in the collection at the current position of the enumerator. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerator..::..Current |