예제 #1
0
 public static IMethodBody ParseRawIL(this byte[] rawIL, IEnumerable<ExceptionHandlingClause> rawEhc, ParserContext ctx)
 {
     return new Impl.MethodBody(rawIL, rawEhc, ctx);
 }
예제 #2
0
 public static IMethodBody ParseRawIL(this byte[] rawIL, ParserContext ctx)
 {
     return new Impl.MethodBody(rawIL, ctx);
 }