예제 #1
0
 public void DeclareLocal(CompilerType compilerType)
 {
     _ilGenerator.DeclareLocal(compilerType.GetCSharpType());
 }