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

ReferenceableParamGroupType() public method

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