update readme (#21797)
[mono-project.git] / mcs / ilasm / codegen / ISehClause.cs
blobde36ef0417eb2c8dd3e1fc003d2a53f7a7479e19
1 //
2 // Mono.ILASM.ISehClause
3 //
4 // Author(s):
5 // Jackson Harper (Jackson@LatitudeGeo.com)
6 //
7 // (C) 2003 Jackson Harper, All rights reserved
8 //
11 namespace Mono.ILASM {
13 public interface ISehClause {
15 PEAPI.HandlerBlock Resolve (CodeGen code_gen, MethodDef method);
17 void SetHandlerBlock (HandlerBlock hb);