GetAsync Method
GetAsync(TKey)
Gets value of the entry map to key
if any, otherwise null.
Declaration
Task<TValue> GetAsync(TKey key)
Parameters
TKey | key | The key of the entry. |
Returns
Task<TValue> | Value of the entry if any, otherwise null. |