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