HashTable.get

Gets an entry from the table

struct HashTable
Nullable!EntryValue
get
(
string key
)

Parameters

key string

The name of the entry

Return Value

Type: Nullable!EntryValue

A nullable EntryValue object

Meta