Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Collections.​Generic.​IReadOnlySet`1

Assembly: System.Runtime

Provides a readonly abstraction of a set.

Methods

public bool
Contains​(T item)
public bool
IsProperSubsetOf​(IEnumerable`1 other)
public bool
IsProperSupersetOf​(IEnumerable`1 other)
public bool
IsSubsetOf​(IEnumerable`1 other)
public bool
IsSupersetOf​(IEnumerable`1 other)
public bool
Overlaps​(IEnumerable`1 other)
public bool
SetEquals​(IEnumerable`1 other)