API reference
API reference
Select your platform
No SDKs available
No versions available

EnumerableHashSet Class

Extends HashSet< T >
A Hash set that implements the IEnumerableHashSet<T> interface, to use for non-allocating iteration of a HashSet.

Constructors

EnumerableHashSet ()
Signature
Oculus.Interaction.Collections.EnumerableHashSet< T >.EnumerableHashSet()
EnumerableHashSet ( values )
Signature
Oculus.Interaction.Collections.EnumerableHashSet< T >.EnumerableHashSet(IEnumerable< T > values)
Parameters
values: IEnumerable< T >