コード例 #1
0
ファイル: OlapSet.cs プロジェクト: alexhokl/dotnet-helper
 public bool RemoveTuple(OlapTuple tuple)
 {
     return(this.tuples.Remove(tuple));
 }
コード例 #2
0
ファイル: OlapSet.cs プロジェクト: alexhokl/dotnet-helper
 public void AddTuple(OlapTuple tuple)
 {
     this.tuples.Add(tuple);
 }