Class HashSetExtensions
Extension methods for HashSet<T> objects.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class HashSetExtensions
Methods
| Name | Description |
|---|---|
| ExceptWithNonAlloc<T>(HashSet<T>, HashSet<T>) | Remove any elements in this set that are in the set specified by |
| First<T>(HashSet<T>) | Gets the first element of a HashSet. |