Method GetEnumerator | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<KeyValuePair<string, ThemeScope>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<string, ThemeScope>>

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

Edit this page