Ejemplo n.º 1
0
 /// <summary cref="M:Sigil.Emit.NonGeneric.Emit`1.BeginCatchBlock(System.Type, Sigil.ExceptionBlock)" />
 public CatchBlock BeginCatchBlock(ExceptionBlock forTry, Type exceptionType)
 {
     return(InnerEmit.BeginCatchBlock(forTry, exceptionType));
 }