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