CSMSL.Analysis.Identification.SpectrumFragmentsMatch.SpectrumFragmentsMatch C# (CSharp) 메소드

SpectrumFragmentsMatch() 공개 메소드

public SpectrumFragmentsMatch ( ISpectrum spectrum ) : System.Collections.Generic
spectrum ISpectrum
리턴 System.Collections.Generic
        public SpectrumFragmentsMatch(ISpectrum spectrum)
        {
            Spectrum = spectrum;
            _fragmentSpectralMatches = new HashSet<FragmentSpectralMatch>();
            _fragments = new HashSet<Fragment>();
        }