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