An IEnumerator<(Of <(<'T>)>)> implementation that
applies a Predicate<(Of <(<'T>)>)> to filter a backing enumerator.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
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>)>)>
yWorks.Support..::..FilteredEnumerator<(Of <(<'T>)>)>