Mosa.Utility.CodeDomCompiler.CompilerSettings.CompilerSettings C# (CSharp) Méthode

CompilerSettings() public méthode

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

Same methods

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