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

ProductListType() public method

public ProductListType ( ) : System
return System
        public ProductListType()
        {
            this.productField = new List<ProductType>();
        }