예제 #1
0
 public void Call(CallKind kind, MethodBase method)
 {
     Contract.Requires(method != null);
     Call(Opcode.GetCall(kind), method);
 }