[This is preliminary documentation and is subject to change.]
Adapts IEnumerator<(Of <(<'T>)>)> into IEnumerator<(Of <(<'T>)>)>
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class KeyValuePairToKeyEnumeratorAdapter<TVlaue> : IEnumerator<T> |
| Visual Basic |
|---|
Public Class KeyValuePairToKeyEnumeratorAdapter(Of TVlaue) _ Implements IEnumerator(Of T) |
| Visual C++ |
|---|
generic<typename TVlaue> public ref class KeyValuePairToKeyEnumeratorAdapter : IEnumerator<T> |
| F# |
|---|
type KeyValuePairToKeyEnumeratorAdapter<'TVlaue> = class interface IEnumerator<'T> end |
| JScript |
|---|
|
Type Parameters
- TVlaue
- Type of values stored in KeyValuePair<(Of <(<'TKey, TValue>)>)>. Ignored, but must be specified in order the adapter to work in type-safe way
Inheritance Hierarchy
System..::..Object
Tools.CollectionsT.GenericT..::..HashTable<(Of <(<'T>)>)>..::..KeyValuePairToKeyEnumeratorAdapter<(Of <(<'TVlaue>)>)>
Tools.CollectionsT.GenericT..::..HashTable<(Of <(<'T>)>)>..::..KeyValuePairToKeyEnumeratorAdapter<(Of <(<'TVlaue>)>)>