CSMSL.IO.MzML.ScanListType.ScanListType C# (CSharp) 메소드

ScanListType() 공개 메소드

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