[This is preliminary documentation and is subject to change.]
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| 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
See Also