Mosa.Utility.CodeDomCompiler.CompilerSettings.CompilerSettings C# (CSharp) 메소드

CompilerSettings() 공개 메소드

Initializes a new instance of the TestCompilerSettings class.
public CompilerSettings ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public CompilerSettings()
        {
            language = "C#";
            unsafeCode = true;
            doNotReferenceMscorlib = true;
            references = new List<string>();
        }

Same methods

CompilerSettings::CompilerSettings ( CompilerSettings settings ) : System.Collections.Generic