Table of Contents

Class CodeRefactoring

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

Represents a collection of refactors for source code diagnostics.

public class CodeRefactoring
Inheritance
CodeRefactoring

Constructors

CodeRefactoring(object, TextSpan, IEnumerable<CodeAction>)

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

Properties

Actions

Gets a list of refactoring actions applicable for this instance.

Provider

Gets an object that provides source code refactorings.

TextSpan

Gets text span within the document to refactor.