示例#1
0
 public void RemoveDuplicates()
 {
     Active  = Active.Distinct().ToList();
     Passive = Passive.Distinct().ToList();
 }