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