CSMSL.IO.MzML.ScanListType.ScanListType C# (CSharp) Méthode

ScanListType() public méthode

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