InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue> Struct
Definition
public struct InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue>
Constructors
| Name | Description |
|---|---|
| InlineDictionary<TKey, TValue>.Enumerator<TKey, TValue> | No summary available. |
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
Dispose Method
public void Dispose()
MoveNext Method
public bool MoveNext()
Returns
bool
Reset Method
public void Reset()
Properties
| Name | Description |
|---|---|
| Current | No summary available. |
Current Property
public System.Collections.Generic.KeyValuePair<TKey, TValue> Current { get; set; }