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

IEnumerableHashSet Interface

Exposes a GetEnumerator method with a non-allocating HashSet.Enumerator struct.
Oculus::Interaction::Collections::IEnumerableHashSet extends IEnumerable< T >.

Overview

Properties

int
Count[Get]

Public Member Functions

new HashSet< T >.Enumerator
bool
Contains
( T item )
bool
IsProperSubsetOf
( IEnumerable< T > other )
bool
IsProperSupersetOf
( IEnumerable< T > other )
bool
IsSubsetOf
( IEnumerable< T > other )
bool
IsSupersetOf
( IEnumerable< T > other )
bool
Overlaps
( IEnumerable< T > other )
bool
SetEquals
( IEnumerable< T > other )

Details

Properties

int Oculus.Interaction.Collections.IEnumerableHashSet< T >.Count
No description available.

Member Functions

new HashSet< T >.Enumerator Oculus.Interaction.Collections.IEnumerableHashSet< T >.GetEnumerator ( )
No description available.
bool Oculus.Interaction.Collections.IEnumerableHashSet< T >.Contains
( T item )
No description available.
bool Oculus.Interaction.Collections.IEnumerableHashSet< T >.IsProperSubsetOf
( IEnumerable< T > other )
No description available.
bool Oculus.Interaction.Collections.IEnumerableHashSet< T >.IsProperSupersetOf
( IEnumerable< T > other )
No description available.
bool Oculus.Interaction.Collections.IEnumerableHashSet< T >.IsSubsetOf
( IEnumerable< T > other )
No description available.
bool Oculus.Interaction.Collections.IEnumerableHashSet< T >.IsSupersetOf
( IEnumerable< T > other )
No description available.
bool Oculus.Interaction.Collections.IEnumerableHashSet< T >.Overlaps
( IEnumerable< T > other )
No description available.
bool Oculus.Interaction.Collections.IEnumerableHashSet< T >.SetEquals
( IEnumerable< T > other )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon