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