コード例 #1
0
 public bool RemoveRows(Sentence sentence)
 {
     return(_content.Remove(sentence));
 }
コード例 #2
0
 public void AddRows(Sentence sentence)
 {
     _content.Add(sentence);
 }