docs.unity.cn
    Show / Hide Table of Contents

    Class DictionaryPool<TKey, TValue>

    Inheritance
    Object
    DictionaryPool<TKey, TValue>
    Namespace: Unity.VisualScripting
    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
    on 11 March 2021