Show / Hide Table of Contents

Struct ShadowedDictionary<TKey, TValue>.Enumerator

Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public struct Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>

Properties

Current

Declaration
public KeyValuePair<TKey, TValue> Current { get; }
Property Value
Type Description
KeyValuePair<TKey, TValue>

Methods

Dispose()

Declaration
public void Dispose()

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
Back to top Generated by DocFX