Table of Contents

Method ReplaceCodeFile

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

ReplaceCodeFile(string, string, ProjectId)

Updates code completion with changes in the source file.

public void ReplaceCodeFile(string file, string text, ProjectId projectId)

Parameters

file string

File containing source code.

text string

Source code text.

projectId ProjectId

Specifies project search for the file.