예제 #1
0
 private GenerateResults GetGeneratedMethods(bool hasEvents) =>
 MethodsGenerator.Generate(this.BaseType,
                           this.Namespaces, this.NameGenerator, this.InformationBuilder,
                           this.IsMake, this.HandleRefOutMethod, hasEvents);