コード例 #1
0
ファイル: DictionarySet.cs プロジェクト: tvandijck/Frustel
 public bool Add(DictionarySet SetB)
 {
     return(this.UnionWith(SetB));
 }