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

IEnumerableHashSet Interface

Extends IEnumerable< T >
Exposes a GetEnumerator method with a non-allocating HashSet.Enumerator struct.

Properties

int Count[Get]

Member Functions

new HashSet< T >.Enumerator GetEnumerator ( )
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 )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon