Table of Contents

Constructor CodeRefactoring

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

CodeRefactoring(object, TextSpan, IEnumerable<CodeAction>)

Initializes a new instance of the CodeRefactoring class with specified parameters.

public CodeRefactoring(object provider, TextSpan texSpan, IEnumerable<CodeAction> actions)

Parameters

provider object

Object that provides source code refactorings.

texSpan TextSpan

Text span within the document to refactor.

actions IEnumerable<CodeAction>

List of refactoring actions applicable for this instance.