CSMSL.IO.MzML.mzMLType.mzMLType C# (CSharp) Метод

mzMLType() публичный Метод

public mzMLType ( ) : System
Результат System
        public mzMLType()
        {
            this.runField = new RunType();
            this.dataProcessingListField = new DataProcessingListType();
            this.instrumentConfigurationListField = new InstrumentConfigurationListType();
            this.scanSettingsListField = new ScanSettingsListType();
            this.softwareListField = new SoftwareListType();
            this.sampleListField = new SampleListType();
            this.referenceableParamGroupListField = new ReferenceableParamGroupListType();
            this.fileDescriptionField = new FileDescriptionType();
            this.cvListField = new CVListType();
        }