![]() | ReferenceMapTKey, TValueGet Method |
Name | Description | |
---|---|---|
![]() | Get(TKey) |
Fetches the value associated with the specified key.
If no value can be found, then default(V) is returned.
|
![]() | Get(TKey, TValue) |
Fetches the value associated with the specified key.
If no value can be found, then the defaultValue is
returned.
|