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