GetEntryViewAsync Method
GetEntryViewAsync(TKey)
Gets an entry with statistics for a key, or null
if the map does not contain an entry with this key.
Declaration
Task<IMapEntryStats<TKey, TValue>> GetEntryViewAsync(TKey key)
Parameters
TKey | key | The key. |
Returns
Task<IMapEntryStats<TKey, TValue>> | An IMapEntryStats<TKey, TValue> for the specified key,
or |