예제 #1
0
 public MethodData(ILBuilder ilBuilder, IMethodSymbol method)
 {
     this.ILBuilder = ilBuilder;
     this.Method    = method;
 }