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

ChromatogramListType() public method

public ChromatogramListType ( ) : System
return System
        public ChromatogramListType()
        {
            this.chromatogramField = new List<ChromatogramType>();
        }