public StructTypeCSharpTemplate(StructTypeModel model) : base(model)
 {
     _parameterAbiFunctionDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     ClassFileTemplate = new CSharpClassFileTemplate(Model, this);
 }
示例#2
0
 public FunctionOutputDTOCSharpTemplate(FunctionOutputDTOModel model)
     : base(model)
 {
     _parameterAbiFunctionDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     ClassFileTemplate = new CSharpClassFileTemplate(Model, this);
 }
示例#3
0
 public ErrorDTOCSharpTemplate(ErrorDTOModel errorDTOModel) : base(errorDTOModel)
 {
     _parameterAbiErrorDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     ClassFileTemplate = new CSharpClassFileTemplate(Model, this);
 }