League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class BinTreePropertyDictionaryExtensions

    Inheritance
    System.Object
    BinTreePropertyDictionaryExtensions
    Namespace: LeagueToolkit.Core.Meta
    Assembly: LeagueToolkit.dll
    Syntax
    public static class BinTreePropertyDictionaryExtensions : object

    Methods

    | Improve this Doc View Source

    Add(Dictionary<UInt32, BinTreeProperty>, BinTreeProperty)

    Declaration
    public static void Add(this Dictionary<uint, BinTreeProperty> dictionary, BinTreeProperty value)
    Parameters
    Type Name Description
    Dictionary<System.UInt32, BinTreeProperty> dictionary
    BinTreeProperty value
    | Improve this Doc View Source

    GetValueOrDefault<TValue>(Dictionary<UInt32, BinTreeProperty>, UInt32)

    Declaration
    public static TValue GetValueOrDefault<TValue>(this Dictionary<uint, BinTreeProperty> dictionary, uint nameHash)
        where TValue : BinTreeProperty
    Parameters
    Type Name Description
    Dictionary<System.UInt32, BinTreeProperty> dictionary
    System.UInt32 nameHash
    Returns
    Type Description
    TValue
    Type Parameters
    Name Description
    TValue
    | Improve this Doc View Source

    TryAdd(Dictionary<UInt32, BinTreeProperty>, BinTreeProperty)

    Declaration
    public static bool TryAdd(this Dictionary<uint, BinTreeProperty> dictionary, BinTreeProperty value)
    Parameters
    Type Name Description
    Dictionary<System.UInt32, BinTreeProperty> dictionary
    BinTreeProperty value
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TryGetValue<TValue>(Dictionary<UInt32, BinTreeProperty>, UInt32, out TValue)

    Declaration
    public static bool TryGetValue<TValue>(this Dictionary<uint, BinTreeProperty> dictionary, uint nameHash, out TValue value)
        where TValue : BinTreeProperty
    Parameters
    Type Name Description
    Dictionary<System.UInt32, BinTreeProperty> dictionary
    System.UInt32 nameHash
    TValue value
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    TValue