Exemple #1
0
 public TypeWriterBase(TypeDefinition typeDefinition, int indentCount, TypeCollection typeCollection, DotNetConfig config)
 {
     this.TypeDefinition = typeDefinition;
     this.IndentCount    = indentCount;
     this.TypeCollection = typeCollection;
     this.Config         = config;
 }
 public TypeWriterBase(TypeDefinition typeDefinition, int indentCount, TypeCollection typeCollection, DotNetConfig config)
 {
     this.TypeDefinition = typeDefinition;
     this.IndentCount = indentCount;
     this.TypeCollection = typeCollection;
     this.Config = config;
 }
 public InterfaceWriter(Mono.Cecil.TypeDefinition typeDefinition, int indentCount, TypeCollection typeCollection, DotNetConfig config)
     : base(typeDefinition, indentCount, typeCollection, config)
 {
 }
Exemple #4
0
 public ClassWriter(Mono.Cecil.TypeDefinition typeDefinition, int indentCount, TypeCollection typeCollection, DotNetConfig config)
     : base(typeDefinition, indentCount, typeCollection, config)
 {
 }