BEPUutilities.ResourceManagement.CommonResources.GetIntSet C# (CSharp) Method

GetIntSet() public static method

Retrieves a int hash set from the resource pool.
public static GetIntSet ( ) : HashSet
return HashSet
        public static HashSet<int> GetIntSet()
        {
            return SubPoolIntSet.Take();
        }