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

ChromatogramType() public method

public ChromatogramType ( ) : System
return System
        public ChromatogramType()
        {
            this.binaryDataArrayListField = new BinaryDataArrayListType();
            this.productField = new ProductType();
            this.precursorField = new PrecursorType();
        }