if (ExportToExcel.<> o__1.<> p__4 == null)
{
ExportToExcel.<> o__1.<> p__4 = CallSite<Func<CallSite, object, bool>>.Create(Microsoft.CSharp.RuntimeBinder.Binder.UnaryOperation(CSharpBinderFlags.None, ExpressionType.IsTrue, typeof(ExportToExcel), new CSharpArgumentInfo[]
{
CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.None, null)
}));
}
Func<CallSite, object, bool> target = ExportToExcel.<> o__1.<> p__4.Target;
CallSite<> p__ = ExportToExcel.<> o__1.<> p__4;
코드보면 이런식으로 진행이 되던데 어떤원시코드가 저렇게 바뀌었는지 잘 모르겠네요 ㅠㅠ
어떤원시코드가 이렇게 컴파일되는건지 알려주시면 감사하겠습니다
[최초 등록일: ]
[최종 수정일: 4/13/2022]