Skip to main content

InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue> Struct

Definition

Assembly:Avalonia.Base
Package:Avalonia
public struct InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue>

Inheritance: ValueType -> InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue>

Implements: IEnumerator<KeyValuePair<,<T>>>, IEnumerator, IDisposable

Constructors

InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue> Constructor

public InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue>(Avalonia.Utilities.InlineDictionary<TKey,TValue><TKey, TValue> parent)

Parameters

parent Avalonia.Utilities.InlineDictionary<TKey,TValue><TKey, TValue>

Methods

NameDescription
DisposeNo summary available.
MoveNextNo summary available.
ResetNo summary available.

Dispose Method

public void Dispose()

MoveNext Method

public bool MoveNext()

Returns

bool

Reset Method

public void Reset()

Properties

NameDescription
CurrentNo summary available.

Current Property

public System.Collections.Generic.KeyValuePair<TKey, TValue> Current { get; set; }