Exemple #1
0
 public bool IsProperSubsetOf(IEnumerable <T> other)
 {
     return(Extensions.IsProperSubsetOf(this, other));
 }
Exemple #2
0
 public bool IsProperSubsetOf(IEnumerable <KeyValuePair <TKey, TValue> > other)
 {
     return(Extensions.IsProperSubsetOf(this, other));
 }