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