GetEntriesAsync Method
GetEntriesAsync()
Returns the set of key-value pairs in the multi-map.
Declaration
Task<IReadOnlyCollection<KeyValuePair<TKey, TValue>>> GetEntriesAsync()
Returns
Task<IReadOnlyCollection<KeyValuePair<TKey, TValue>>> | the collection of key-value pairs in the multi-map. |