Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 669 Bytes

File metadata and controls

19 lines (12 loc) · 669 Bytes

DictionaryExtensions class

Extensions methods for the Dictionary class.

public static class DictionaryExtensions

Public Members

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.

See Also