Ejemplo n.º 1
0
 public ILLanguage(ILLanguageDecompilerSettings langSettings, bool detectControlStructure)
 {
     this.langSettings           = langSettings;
     this.detectControlStructure = detectControlStructure;
 }
Ejemplo n.º 2
0
 public ILLanguage(ILLanguageDecompilerSettings langSettings)
     : this(langSettings, true)
 {
 }