Registry.getEntry_nothrow

Obtain a configuration entry at the given key

struct Registry
bool
getEntry_nothrow
(
string name
,)

Parameters

name string

the key

entry ConfigEntry

the found entry (if any)

Return Value

Type: bool

true if found, otherwise false

Meta