[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 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
JScript does not support generic types or methods.

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>)>)>

See Also