interface IImmutableSet<T>
in global :: System . Collections . Immutable
😔 No documentation found.
public IImmutableSet<T> Clear( )
😔 No documentation found.
public bool Contains( T value )
😔 No documentation found.
public IImmutableSet<T> Add( T value )
😔 No documentation found.
public IImmutableSet<T> Remove( T value )
😔 No documentation found.
public bool TryGetValue( T equalValue, ref T actualValue )
😔 No documentation found.
public IImmutableSet<T> Intersect( IEnumerable<T> other )
😔 No documentation found.
public IImmutableSet<T> Except( IEnumerable<T> other )
😔 No documentation found.
public IImmutableSet<T> SymmetricExcept( IEnumerable<T> other )
😔 No documentation found.
public IImmutableSet<T> Union( IEnumerable<T> other )
😔 No documentation found.
public bool SetEquals( IEnumerable<T> other )
😔 No documentation found.
public bool IsProperSubsetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsProperSupersetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsSubsetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsSupersetOf( IEnumerable<T> other )
😔 No documentation found.
public bool Overlaps( IEnumerable<T> other )
😔 No documentation found.