Esempio n. 1
0
 private DemoQuery(MethodInfo method, DemoQueryAttribute attribute)
 {
     _run = a => method.Invoke(null, new[] { a });
     _attribute = attribute;
 }
Esempio n. 2
0
 private DemoQuery(MethodInfo method, DemoQueryAttribute attribute)
 {
     _run       = a => method.Invoke(null, new[] { a });
     _attribute = attribute;
 }