Ejemplo n.º 1
0
 public string Generate()
 {
     return(CSharpWriter.CreateMethod(BodyLines, Params, Name, IsPublic, IsInternal, ReturnObject));
 }