Edit

Share via


OrderedDictionary<TKey,TValue>.ValueCollection.Enumerator Struct

Definition

public: value class OrderedDictionary<TKey, TValue>::ValueCollection::Enumerator : System::Collections::Generic::IEnumerator<TValue>
public struct OrderedDictionary<TKey,TValue>.ValueCollection.Enumerator : System.Collections.Generic.IEnumerator<TValue>
type OrderedDictionary<'Key, 'Value>.ValueCollection.Enumerator = struct
    interface IEnumerator<'Value>
    interface IEnumerator
    interface IDisposable
Public Structure OrderedDictionary(Of TKey, TValue).ValueCollection.Enumerator
Implements IEnumerator(Of TValue)

Type Parameters

TKey
TValue
Inheritance
OrderedDictionary<TKey,TValue>.ValueCollection.Enumerator
Implements

Properties

Current

Methods

MoveNext()

Explicit Interface Implementations

IDisposable.Dispose()
IEnumerator.Current
IEnumerator.Reset()

Applies to