docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DictionaryPool<TKey, TValue>

    Inheritance
    object
    DictionaryPool<TKey, TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    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>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)