Table of Contents

Method RegisterProjectReferences

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

RegisterProjectReferences(string[], ProjectId)

When implemented by a class, adds project references to the project.

bool RegisterProjectReferences(string[] projectReferences, ProjectId projectId = null)

Parameters

projectReferences string[]

Project references.

projectId ProjectId

Specifies project to add references to.

Returns

bool

True if succeed otherwise false.

RegisterProjectReferences(ProjectId[], ProjectId)

When implemented by a class, adds project references to the project.

bool RegisterProjectReferences(ProjectId[] projectReferences, ProjectId projectId = null)

Parameters

projectReferences ProjectId[]

Project references.

projectId ProjectId

Specifies project to add references to.

Returns

bool

True if succeed otherwise false.