public MethodScopingExtension(MethodContext method)
     : base(method)
 {
 }
예제 #2
0
 public MethodMixinExtension(MethodContext context)
     : base(context)
 {
 }
예제 #3
0
 public Method(Type type, MethodDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }
예제 #4
0
 public MethodMixinExtension(MethodContext context) : base(context)
 {
 }
예제 #5
0
 public Property(Type type, PropertyDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }
예제 #6
0
 public Property(Type type, PropertyDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }
예제 #7
0
 public MethodScopingExtension(MethodContext method) : base(method)
 {
 }
예제 #8
0
파일: Method.cs 프로젝트: Hengle/cryo-aop
 public Method(Type type, MethodDefinition definition)
 {
     Context = new MethodContext(type, this, definition);
 }