Show / Hide Table of Contents

Class DictionaryEnumerator<TKey, TValue>

Inheritance
System.Object
DictionaryEnumerator<TKey, TValue>
Implements
System.Collections.IDictionaryEnumerator
System.Collections.IEnumerator
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public class DictionaryEnumerator<TKey, TValue> : Object, IDictionaryEnumerator, IEnumerator
Type Parameters
Name Description
TKey
TValue

Constructors

DictionaryEnumerator(IEnumerator<KeyValuePair<TKey, TValue>>)

Declaration
public DictionaryEnumerator(IEnumerator<KeyValuePair<TKey, TValue>> enumerator)
Parameters
Type Name Description
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> enumerator

Properties

Current

Declaration
public object Current { get; }
Property Value
Type Description
System.Object

Entry

Declaration
public DictionaryEntry Entry { get; }
Property Value
Type Description
System.Collections.DictionaryEntry

Key

Declaration
public object Key { get; }
Property Value
Type Description
System.Object

Value

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

Methods

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean

Reset()

Declaration
public void Reset()

Implements

System.Collections.IDictionaryEnumerator
System.Collections.IEnumerator

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾