Property this | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
this[string]
Gets or sets the element with the specified key.
public ThemeScope this[string key] { get; set; }
Parameters
key
string
The key of the element to get or set.
Property Value
The element with the specified key.
Exceptions
key
is null.
The property is retrieved and key
is not found.
The property is set and the IDictionary<TKey, TValue> is read-only.