[This is preliminary documentation and is subject to change.]

The FilteredEnumerator<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodFilteredEnumerator<(Of <(<'T>)>)>
CTor

Methods

  NameDescription
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
This code added by Visual Basic to correctly implement the disposable pattern.
Public methodMoveNext
Advances the enumerator to the next element of the collection while exluding elements for which predicate given in CTor is false.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.

Properties

  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIEnumerator..::..Current

See Also