An IEnumerator<(Of <(<'T>)>)> implementation that applies a Predicate<(Of <(<'T>)>)> to filter a backing enumerator.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public sealed class FilteredEnumerator<T> : IEnumerator<T>, 
	IDisposable, IEnumerator
Visual Basic
Public NotInheritable Class FilteredEnumerator(Of T) _
	Implements IEnumerator(Of T), IDisposable, IEnumerator

Type Parameters

T
The type of the items to yield.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..FilteredEnumerator<(Of <(<'T>)>)>

See Also