Example #1
0
 public ReadOnlySetDebugView(ReadOnlySet <T> set)
 {
     this.set = set ?? throw Exceptions.NewArgumentNullException(nameof(set));
 }