コード例 #1
0
ファイル: ConcurrentSet.cs プロジェクト: lbmaian/LbmLib
 public bool IsSupersetOf(IEnumerable <T> other) => set.IsSupersetOf(other);