Ejemplo n.º 1
0
 Command(FieldInfo field, CommandAttribute attribute)
 {
     Initialize(attribute, field, null, field, null);
 }
Ejemplo n.º 2
0
 Command(PropertyInfo property, CommandAttribute attribute)
 {
     Initialize(attribute, property, null, null, property);
 }
Ejemplo n.º 3
0
 Command(MethodInfo method, CommandAttribute attribute)
 {
     Initialize(attribute, method, method, null, null);
 }