CSMSL.IO.MzML.SpectrumType.SpectrumType C# (CSharp) Method

SpectrumType() public method

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