Table of Contents

Method ReplaceCodeFile

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

ReplaceCodeFile(string, string, ProjectId)

Updates code completion with changes in the source file.

void ReplaceCodeFile(string file, string text, ProjectId projectId = null)

Parameters

file string

File containing source code.

text string

Source code text.

projectId ProjectId

Specifies project search for the file.