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