Table of Contents

Method UnregisterCode

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

UnregisterCode(string)

Removes types declared in given source file from being accessible for code analysis.

public void UnregisterCode(string fileName)

Parameters

fileName string

File name of the source code.