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();
        }