{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Class HashSetExtensions | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HashSetExtensions

    Provides extension methods for sets.

    Inheritance
    object
    HashSetExtensions
    Namespace: Unity.Collections.LowLevel.Unsafe
    Assembly: solution.dll
    Syntax
    public static class HashSetExtensions

    Methods

    Name Description
    ExceptWith<T>(ref UnsafeHashSet<T>, FixedList128Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, FixedList32Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, FixedList4096Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, FixedList512Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, FixedList64Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, NativeArray<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, NativeHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, NativeList<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, NativeParallelHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, FixedList128Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, FixedList32Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, FixedList4096Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, FixedList512Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, FixedList64Bytes<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, NativeArray<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, NativeHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, NativeList<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, NativeParallelHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeParallelHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeParallelHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeParallelHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are also present in another collection.

    ExceptWith<T>(ref NativeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are also present in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, FixedList128Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, FixedList32Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, FixedList4096Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, FixedList512Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, FixedList64Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, NativeArray<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, NativeHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, NativeList<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, NativeParallelHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, FixedList128Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, FixedList32Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, FixedList4096Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, FixedList512Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, FixedList64Bytes<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, NativeArray<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, NativeHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, NativeList<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, NativeParallelHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeParallelHashSet<T>, UnsafeHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeParallelHashSet<T>, UnsafeList<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeParallelHashSet<T>, UnsafeParallelHashSet<T>)

    Removes the values from this set which are absent in another collection.

    IntersectWith<T>(ref NativeParallelHashSet<T>, ReadOnly)

    Removes the values from this set which are absent in another collection.

    UnionWith<T>(ref UnsafeHashSet<T>, FixedList128Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, FixedList32Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, FixedList4096Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, FixedList512Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, FixedList64Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, UnsafeHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, UnsafeList<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, UnsafeParallelHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, NativeArray<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, NativeHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, NativeList<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, NativeParallelHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, FixedList128Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, FixedList32Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, FixedList4096Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, FixedList512Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, FixedList64Bytes<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, UnsafeHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, UnsafeList<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, UnsafeParallelHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, NativeArray<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, NativeHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, NativeList<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, NativeParallelHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref UnsafeParallelHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeHashSet<T>, UnsafeHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeHashSet<T>, UnsafeList<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeHashSet<T>, UnsafeParallelHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeParallelHashSet<T>, UnsafeHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeParallelHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeParallelHashSet<T>, UnsafeList<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeParallelHashSet<T>, UnsafeParallelHashSet<T>)

    Adds all values from a collection to this set.

    UnionWith<T>(ref NativeParallelHashSet<T>, ReadOnly)

    Adds all values from a collection to this set.

    In This Article
    Back to top
    Copyright © 2023 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)