Esempio n. 1
0
 protected MethodWeaver(ClassWeaver classWeaver, MethodDefinition method, string name, MethodDefinition staticConstructor)
 {
     ClassWeaver = classWeaver;
     Method = method;
     Name = name;
     StaticConstructor = staticConstructor;
 }
Esempio n. 2
0
 protected MethodWeaver(ClassWeaver classWeaver, MethodDefinition method, string name, MethodDefinition staticConstructor)
 {
     ClassWeaver       = classWeaver;
     Method            = method;
     Name              = name;
     StaticConstructor = staticConstructor;
 }