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

ScanListType() public method

public ScanListType ( ) : System
return System
        public ScanListType()
        {
            this.scanField = new List<ScanType>();
        }