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