Dictionary.get

Return the value given the key. Content of default_ will be returned if the key doesn't exist among the key set.

class Dictionary
string[]
get
(
string key
)

Meta