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

ReferenceableParamGroupType() 공개 메소드

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