Inheritance: System.Attribute
Example #1
0
 public DirectMethod(MethodInfo method, DirectMethodAttribute attribute)
 {
     this.method    = method;
     this.attribute = attribute;
 }
 public DirectMethod(MethodInfo method, DirectMethodAttribute attribute)
 {
     this.method = method;
     this.attribute = attribute;
 }