Inheritance: System.Attribute
Ejemplo n.º 1
0
 public DirectMethod(MethodInfo method, DirectMethodAttribute attribute)
 {
     this.method    = method;
     this.attribute = attribute;
 }
Ejemplo n.º 2
0
 public DirectMethod(MethodInfo method, DirectMethodAttribute attribute)
 {
     this.method = method;
     this.attribute = attribute;
 }