EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class DictionaryExtensions

    Inheritance
    object
    DictionaryExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Scaffolding
    Assembly: PoeShared.dll
    Syntax
    public static class DictionaryExtensions

    Methods

    Name Description
    AddOrUpdate<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TValue>)
    AddOrUpdate<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TValue>, Func<TKey, TValue, TValue>)
    Add<TKey, TValue>(IDictionary<TKey, TValue>, KeyValuePair<TKey, TValue>)
    GetOrAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TKey, TValue>)
    GetOrDefault<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
    TryGetValue<TKey, TValue>(Indexer<TKey, TValue>, TKey, out TValue)
    TryRemove<TKey, TValue>(IDictionary<TKey, TValue>, TKey, out TValue)
    © Xab3r. All rights reserved.