Ejemplo n.º 1
0
 public bool IsSubsetOf(IEnumerable <T> other) => set.IsSubsetOf(other);