Table of Contents

Method GetEnumerator

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

GetEnumerator()

Returns an enumerator that iterates through the dictionary.

public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<TKey, TValue>>

An enumerator for the dictionary.