コード例 #1
0
ファイル: Program.cs プロジェクト: ittray/LocalDemo
 static Program()
 {
     Target = new Foobar();
     Method = typeof(Foobar).GetMethod("Invoke");
     Executor = CreateExecutor(Method);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: mallickhruday/MyDemos
 static Program()
 {
     Target   = new Foobar();
     Method   = typeof(Foobar).GetMethod("Invoke");
     Executor = CreateExecutor(Method);
 }