Example #1
0
 public void AddFeature(Feature feature)
 {
     this.allFeatures.Add(feature);
     this.featureMZHashSet.Add(feature.AverageMZ);
 }