Table of Contents

Method RegisterCodeFiles

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

RegisterCodeFiles(string[], ProjectId)

When implemented by a class, makes types declared in given source files accessible for code analysis.

void RegisterCodeFiles(string[] files, ProjectId projectId = null)

Parameters

files string[]

files containing source code.

projectId ProjectId

Specifies project to add files to.