[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
Fetch(K) |
Fetches the value associated with the specified key.
If no value can be found, then default(V) is returned.
|
Fetch(K, V) |
Fetches the value associated with the specified key.
If no value can be found, then the defaultValue is
returned.
|