Exemplo n.º 1
0
 public CallsiteStaticMethod04(Type target, string memberName)
 {
     Target     = target;
     MemberName = memberName;
     cache      = new CallSiteCache04();
 }
Exemplo n.º 2
0
 public CallsiteConstructor04()
 {
     cache = new CallSiteCache04();
 }
Exemplo n.º 3
0
 public CallsiteInstanceMethod03(string memberName)
 {
     MemberName = memberName;
     cache      = new CallSiteCache04();
 }