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

PrecursorListType() public méthode

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