Exemplo n.º 1
0
 public CallsiteInstanceMethod05(string memberName)
 {
     MemberName = memberName;
     cache      = new CallSiteCache06();
 }
Exemplo n.º 2
0
 public CallsiteConstructor06()
 {
     cache = new CallSiteCache06();
 }
Exemplo n.º 3
0
 public CallsiteStaticMethod06(Type target, string memberName)
 {
     Target     = target;
     MemberName = memberName;
     cache      = new CallSiteCache06();
 }