示例#1
0
 public void Merge(TrainSet otherSet)
 {
     Situation.AddRange(otherSet.Situation);
     Decision.AddRange(otherSet.Decision);
 }