[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
| C# |
|---|
public class IndexableEnumerator<TIndex, TValue> : IEnumerator<TValue>
|
| Visual Basic |
|---|
Public Class IndexableEnumerator(Of TIndex, TValue) _
Implements IEnumerator(Of TValue) |
| Visual C++ |
|---|
generic<typename TIndex, typename TValue>
public ref class IndexableEnumerator : IEnumerator<TValue> |
| F# |
|---|
type IndexableEnumerator<'TIndex, 'TValue> =
class
interface IEnumerator<'TValue>
end |
| JScript |
|---|
JScript does not support generic types or methods. |
Type Parameters
- TIndex
- Type of index
- TValue
- Type of value
Inheritance Hierarchy
System..::..Object Tools.CollectionsT.GenericT..::..IndexableEnumerator<(Of <(<'TIndex, TValue>)>)>
See Also