Table of Contents

Method GetEnumerator

Namespace
DisCatSharp.Common
Assembly
DisCatSharp.Common.dll

GetEnumerator()

Gets an enumerator over key-value pairs in this dictionary.

public IEnumerator<KeyValuePair<string, TValue?>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<string, TValue>>