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>();
        }