1 reference to ReadOnlySet
System.Collections (1)
System\Collections\Generic\ReadOnlySet.cs (1)
26
public static ReadOnlySet<T> Empty { get; } = new
ReadOnlySet
<T>(new HashSet<T>());