Exemple #1
0
 /// <inheritdoc />
 public bool IsProperSupersetOf(IEnumerable <T> other)
 {
     return(_set.IsProperSupersetOf(other));
 }