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

ParamGroupType() 공개 메소드

public ParamGroupType ( ) : System
리턴 System
        public ParamGroupType()
        {
            this.userParamField = new List<UserParamType>();
            this.cvParamField = new List<CVParamType>();
            this.referenceableParamGroupRefField = new List<ReferenceableParamGroupRefType>();
        }