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

ReferenceableParamGroupType() public méthode

public ReferenceableParamGroupType ( ) : System
Résultat System
        public ReferenceableParamGroupType()
        {
            this.userParamField = new List<UserParamType>();
            this.cvParamField = new List<CVParamType>();
        }