Show / Hide Table of Contents

Struct SortedDictionary<TKey, TValue>.ValueCollection.Enumerator

Represents an enumerator.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct Enumerator : IEnumerator<TValue>, IEnumerator, IDisposable

Properties

Current

Returns the current value.

Declaration
public TValue Current { get; }
Property Value
TValue

Methods

Dispose()

Diposes this enumerator.

Declaration
public void Dispose()

MoveNext()

Move to the next value.

Declaration
public bool MoveNext()
Returns
System.Boolean

Back to top Built by Itinero, MIT licensed.