[]
Retrieves a theme by its name.
public bool TryGetValue(string key, out C1Theme theme)
Type | Name | Description |
---|---|---|
string | key | The name of the theme to get. |
C1Theme | theme | OUT: the theme with the specified name, or null if none could be found. |
Type | Description |
---|---|
bool | True if the theme was found, false otherwise. |