Class DictionaryPool<TKey, TValue> | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class DictionaryPool<TKey, TValue>

    Inheritance
    Object
    DictionaryPool<TKey, TValue>
    Namespace: Ludiq
    Syntax
    public static class DictionaryPool<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Methods

    Free(Dictionary<TKey, TValue>)

    Declaration
    public static void Free(Dictionary<TKey, TValue> dictionary)
    Parameters
    Type Name Description
    Dictionary<TKey, TValue> dictionary

    New(Dictionary<TKey, TValue>)

    Declaration
    public static Dictionary<TKey, TValue> New(Dictionary<TKey, TValue> source = null)
    Parameters
    Type Name Description
    Dictionary<TKey, TValue> source
    Returns
    Type Description
    Dictionary<TKey, TValue>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX