Пример #1
0
 private DemoQuery(MethodInfo method, DemoQueryAttribute attribute)
 {
     _run = a => method.Invoke(null, new[] { a });
     _attribute = attribute;
 }
Пример #2
0
 private DemoQuery(MethodInfo method, DemoQueryAttribute attribute)
 {
     _run       = a => method.Invoke(null, new[] { a });
     _attribute = attribute;
 }