Пример #1
0
 public DirectMethod(MethodInfo method, DirectMethodAttribute attribute)
 {
     this.method    = method;
     this.attribute = attribute;
 }
Пример #2
0
 public DirectMethod(MethodInfo method, DirectMethodAttribute attribute)
 {
     this.method = method;
     this.attribute = attribute;
 }