CSScriptCompilers.CSharpCompiler.CSharpCompiler C# (CSharp) Méthode

CSharpCompiler() public méthode

public CSharpCompiler ( object options ) : System
options object
Résultat System
        public CSharpCompiler(object options)
        {
            this.options = options;
        }
		#region Dummy interface implementations 

Same methods

CSharpCompiler::CSharpCompiler ( string version ) : System