Table of Contents

Method SetProjectConditionals

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

SetProjectConditionals(string[], ProjectId)

When implemented by a class, sets conditional compilation symbols for given project

bool SetProjectConditionals(string[] conditionals, ProjectId projectId = null)

Parameters

conditionals string[]

Conditional symbols

projectId ProjectId

Specifies project search for the file.

Returns

bool

True if succeed otherwise false.