示例#1
0
 Command(FieldInfo field, CommandAttribute attribute)
 {
     Initialize(attribute, field, null, field, null);
 }
示例#2
0
 Command(PropertyInfo property, CommandAttribute attribute)
 {
     Initialize(attribute, property, null, null, property);
 }
示例#3
0
 Command(MethodInfo method, CommandAttribute attribute)
 {
     Initialize(attribute, method, method, null, null);
 }