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

PrecursorListType() public method

public PrecursorListType ( ) : System
return System
        public PrecursorListType()
        {
            this.precursorField = new List<PrecursorType>();
        }