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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Contains(KeyValuePair<string, ThemeScope>)

Determines whether the ICollection contains a specific value.

public bool Contains(KeyValuePair<string, ThemeScope> item)

Parameters

item KeyValuePair<string, ThemeScope>

The object to locate in the ICollection.

Returns

bool

true if item is found in the ICollection; otherwise, false.

Edit this page