Ejemplo n.º 1
0
        // *** BEGIN GENERATED CODE ***
        // generated by function: _gen_setops from: generate_set.py

        public bool isdisjoint(SetCollection set)
        {
            return(_items.IsDisjoint(set._items));
        }
Ejemplo n.º 2
0
 public bool isdisjoint([NotNull] FrozenSetCollection set)
 {
     return(_items.IsDisjoint(set._items));
 }