class ImmutableHashSet<T>.Builder

in global :: System . Collections . Immutable

😔 No documentation found.


public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public void UnionWith( IEnumerable<T> other )

😔 No documentation found.

public void SymmetricExceptWith( IEnumerable<T> other )

😔 No documentation found.

public bool SetEquals( IEnumerable<T> other )

😔 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 Equals( object obj )

😔 No documentation found.

public bool IsProperSubsetOf( IEnumerable<T> other )

😔 No documentation found.

public void ExceptWith( IEnumerable<T> other )

😔 No documentation found.

public void Clear( )

😔 No documentation found.

public bool Contains( T item )

😔 No documentation found.

public bool Remove( T item )

😔 No documentation found.

public bool Add( T item )

😔 No documentation found.

public bool TryGetValue( T equalValue, ref T actualValue )

😔 No documentation found.

public ImmutableHashSet<T> ToImmutable( )

😔 No documentation found.

public ImmutableHashSet<T>.Enumerator GetEnumerator( )

😔 No documentation found.

public IEqualityComparer<T> KeyComparer { get; set; }

😔 No documentation found.

public void IntersectWith( IEnumerable<T> other )

😔 No documentation found.

public int Count { get; }

😔 No documentation found.