interface IReadOnlySet<T>

in global :: System . Collections . Generic

😔 No documentation found.


public bool Contains( T item )

😔 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.

public bool SetEquals( IEnumerable<T> other )

😔 No documentation found.