예제 #1
0
 public override void Emit(CodeGen cg)
 {
     _block.EmitDelegateConstruction(cg, _forceWrapperMethod, _stronglyTyped, _delegateType);
 }