Exemplo n.º 1
0
 public bool IsSubsetOf(IEnumerable <T> other)
 {
     return(Extensions.IsSubsetOf(this, other));
 }
Exemplo n.º 2
0
 public bool IsSubsetOf(IEnumerable <KeyValuePair <TKey, TValue> > other)
 {
     return(Extensions.IsSubsetOf(this, other));
 }