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

RunType() public method

public RunType ( ) : System
return System
        public RunType()
        {
            this.chromatogramListField = new ChromatogramListType();
            this.spectrumListField = new SpectrumListType();
        }