CSMSL.IO.MzML.SpectrumType.SpectrumType C# (CSharp) 메소드

SpectrumType() 공개 메소드

public SpectrumType ( ) : System
리턴 System
        public SpectrumType()
        {
            this.binaryDataArrayListField = new BinaryDataArrayListType();
            this.productListField = new ProductListType();
            this.precursorListField = new PrecursorListType();
            this.scanListField = new ScanListType();
        }