docs.unity.cn
    Show / Hide Table of Contents

    Class HashSetPool<T>

    Inheritance
    Object
    HashSetPool<T>
    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 HashSetPool<T>
    Type Parameters
    Name Description
    T

    Methods

    Free(HashSet<T>)

    Declaration
    public static void Free(HashSet<T> hashSet)
    Parameters
    Type Name Description
    HashSet<T> hashSet

    New()

    Declaration
    public static HashSet<T> New()
    Returns
    Type Description
    HashSet<T>
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, August 4, 2023