public MethodScopingExtension(MethodContext method)
     : base(method)
 {
 }
 public MethodMixinExtension(MethodContext context)
     : base(context)
 {
 }
Exemple #3
0
 public Method(Type type, MethodDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }
Exemple #4
0
 public MethodMixinExtension(MethodContext context) : base(context)
 {
 }
Exemple #5
0
 public Property(Type type, PropertyDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }
Exemple #6
0
 public Property(Type type, PropertyDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }
Exemple #7
0
 public MethodScopingExtension(MethodContext method) : base(method)
 {
 }
Exemple #8
0
 public Method(Type type, MethodDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }