コード例 #1
0
ファイル: ProgressiveSet.cs プロジェクト: pocketgems/Theraot
 public bool IsProperSupersetOf(IEnumerable <T> other)
 {
     return(Extensions.IsProperSupersetOf(this, other));
 }
コード例 #2
0
 public bool IsProperSupersetOf(IEnumerable <KeyValuePair <TKey, TValue> > other)
 {
     return(Extensions.IsProperSupersetOf(this, other));
 }