[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 |
|---|
Protected Class Enumerator _
Implements IEnumerator(Of T) |
| Visual C++ |
|---|
protected ref class Enumerator : IEnumerator<T> |
| F# |
|---|
type Enumerator =
class
interface IEnumerator<'T>
end |
| JScript |
|---|
protected class Enumerator implements IEnumerator<T> |
Inheritance Hierarchy
System..::..Object Tools.CollectionsT.GenericT..::..Wrapper<(Of <(<'T>)>)>..::..Enumerator
See Also