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