get Method
Looks up a value by its key.
get(key: K): V | undefined
@returns the value associated with the key, or undefined if the key is not present in the dictionary.
| Parameter | Type | Description |
|---|---|---|
| key | K | The key to search for |
Returns - V | undefined
the value associated with the key, or undefined if the key is not present in the dictionary.
Defined in
- core/bentley/src/Dictionary.ts Line 125
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.