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