Table of Contents

Method GetEnumerator

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetEnumerator()

Returns an enumerator that iterates through the collection.

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

Returns

IEnumerator<KeyValuePair<string, ColorScheme>>

An enumerator that can be used to iterate through the collection.