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