Inheritance: System.Attribute
示例#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;
 }