Table of Contents

Method CreateScriptCompilation

Namespace
Alternet.Scripter.Roslyn
Assembly
Alternet.Scripter.v9.dll

CreateScriptCompilation(IList<SyntaxTree>, IList<MetadataReference>)

protected override Compilation CreateScriptCompilation(IList<SyntaxTree> trees, IList<MetadataReference> references)

Parameters

trees IList<SyntaxTree>
references IList<MetadataReference>

Returns

Compilation