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