示例#1
0
 public bool IsSubsetOf(IEnumerable <T> other) => set.IsSubsetOf(other);