PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.DictionaryExtensions Member List

This is the complete list of members for PeanutButter.Utils.DictionaryExtensions, including all inherited members.

AddOrUpdate< TKey, TValue >(this IDictionary< TKey, TValue > dictionary, TKey key, Func< TValue > generator, Func< TValue, TValue > mutator)PeanutButter.Utils.DictionaryExtensionsstatic
Clone< TKey, TValue >(this IDictionary< TKey, TValue > dict)PeanutButter.Utils.DictionaryExtensionsstatic
FindOrAdd< TKey, TValue >(this IDictionary< TKey, TValue > dict, TKey key, TValue value)PeanutButter.Utils.DictionaryExtensionsstatic
FindOrAdd< TKey, TValue >(this IDictionary< TKey, TValue > dict, TKey key, Func< TValue > generator)PeanutButter.Utils.DictionaryExtensionsstatic
FindOrAdd< TKey, TValue >(this IDictionary< TKey, TValue > dict, TKey key, Func< TValue > generator, Func< TValue, bool > skipCaching)PeanutButter.Utils.DictionaryExtensionsstatic
FindOrAdd< TKey, TValue >(this IDictionary< TKey, TValue > dict, TKey key, Func< TValue > generator, bool alwaysLock)PeanutButter.Utils.DictionaryExtensionsstatic
FindOrAdd< TKey, TValue >(this IDictionary< TKey, TValue > dict, TKey key, Func< TValue > generator, Func< TValue, bool > skipCaching, bool alwaysLock)PeanutButter.Utils.DictionaryExtensionsstatic
Inverted< TKey, TValue >(this IDictionary< TValue, TKey > src)PeanutButter.Utils.DictionaryExtensionsstatic
Inverted< TKey, TValue >(this IDictionary< TValue, TKey > src, IEqualityComparer< TKey > keyComparer)PeanutButter.Utils.DictionaryExtensionsstatic
MergedWith< TKey, TValue >(this IDictionary< TKey, TValue > first, IDictionary< TKey, TValue > second)PeanutButter.Utils.DictionaryExtensionsstatic
MergedWith< TKey, TValue >(this IDictionary< TKey, TValue > first, IDictionary< TKey, TValue > second, MergeWithPrecedence withPrecedence)PeanutButter.Utils.DictionaryExtensionsstatic
MergeInto< TKey, TValue >(this IDictionary< TKey, TValue > newData, IDictionary< TKey, TValue > target)PeanutButter.Utils.DictionaryExtensionsstatic
MergeInto< TKey, TValue >(this IDictionary< TKey, TValue > newData, IDictionary< TKey, TValue > target, MergeIntoPrecedence mergePrecedence)PeanutButter.Utils.DictionaryExtensionsstatic
ToDictionary(this NameValueCollection nameValueCollection)PeanutButter.Utils.DictionaryExtensionsstatic
ToDictionary(this IDictionary dict)PeanutButter.Utils.DictionaryExtensionsstatic
ToDictionary(this NameValueCollection collection, IEqualityComparer< string > keyComparer)PeanutButter.Utils.DictionaryExtensionsstatic
ToDictionary< T1, T2 >(this IEnumerable< KeyValuePair< T1, T2 > > src)PeanutButter.Utils.DictionaryExtensionsstatic
ToDictionary< T1, T2 >(this IEnumerable< KeyValuePair< T1, T2 > > src, Func< T1, string > keyConverter, Func< T2, string > valueConverter)PeanutButter.Utils.DictionaryExtensionsstatic
ToDictionary< TKey, TValue >(this IDictionary dict, Func< DictionaryEntry, TKey > keyGenerator, Func< DictionaryEntry, TValue > valueGenerator)PeanutButter.Utils.DictionaryExtensionsstatic
ToDictionary< TKey, TValue >(this IDictionary dict)PeanutButter.Utils.DictionaryExtensionsstatic
ToNameValueCollection(this IDictionary< string, string > dict)PeanutButter.Utils.DictionaryExtensionsstatic
TryAdd< TKey, TValue >(this IDictionary< TKey, TValue > subject, TKey key, TValue value)PeanutButter.Utils.DictionaryExtensionsstatic