Extensions methods for the Dictionary class.
public static class DictionaryExtensions| name | description |
|---|---|
| static GetOrSetValueAsync<TKey,TValue>(…) | WARNING: PROTOTYPE. Do not use until this notice is removed since memory impact has not been verified yet. Tries to get a value from the source dictionary, and asynchronously adds it if needed, using the provided async value resolver. |
- namespace Wokhan.Collections.Extensions