docs.unity.cn
    Show / Hide Table of Contents

    Class DictionaryPool<TKey, TValue>

    Inheritance
    Object
    DictionaryPool<TKey, TValue>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, August 4, 2023