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

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class FilteredEnumerator<T> : IEnumerator<T>
Visual Basic
Public Class FilteredEnumerator(Of T) _
	Implements IEnumerator(Of T)
Visual C++
generic<typename T>
public ref class FilteredEnumerator : IEnumerator<T>
F#
type FilteredEnumerator<'T> =  
    class
        interface IEnumerator<'T>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Tools.CollectionsT.GenericT.FilteredEnumerator`1"]

Inheritance Hierarchy

System..::..Object
  Tools.CollectionsT.GenericT..::..FilteredEnumerator<(Of <(<'T>)>)>

See Also