class ImmutableHashSet<T>
in global :: System . Collections . Immutable
😔 No documentation found.
public static ImmutableHashSet<T> Empty
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public ImmutableHashSet<T>.Enumerator GetEnumerator( )
😔 No documentation found.
public ImmutableHashSet<T> WithComparer( IEqualityComparer<T> equalityComparer )
😔 No documentation found.
public bool Contains( T item )
😔 No documentation found.
public bool Overlaps( IEnumerable<T> other )
😔 No documentation found.
public bool IsSupersetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsSubsetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsProperSupersetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsProperSubsetOf( IEnumerable<T> other )
😔 No documentation found.
public bool SetEquals( IEnumerable<T> other )
😔 No documentation found.
public ImmutableHashSet<T> SymmetricExcept( IEnumerable<T> other )
😔 No documentation found.
public ImmutableHashSet<T> Except( IEnumerable<T> other )
😔 No documentation found.
public ImmutableHashSet<T> Intersect( IEnumerable<T> other )
😔 No documentation found.
public ImmutableHashSet<T> Union( IEnumerable<T> other )
😔 No documentation found.
public bool TryGetValue( T equalValue, ref T actualValue )
😔 No documentation found.
public ImmutableHashSet<T> Remove( T item )
😔 No documentation found.
public ImmutableHashSet<T> Add( T item )
😔 No documentation found.
public ImmutableHashSet<T>.Builder ToBuilder( )
😔 No documentation found.
public IEqualityComparer<T> KeyComparer { get; }
😔 No documentation found.
public bool IsEmpty { get; }
😔 No documentation found.
public int Count { get; }
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public ImmutableHashSet<T> Clear( )
😔 No documentation found.