Table of Contents

Class CodeFix

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Represents properties to describe a particular code fix action in the code text.

public class CodeFix : ICodeFix, ICloneable
Inheritance
CodeFix
Implements

Constructors

CodeFix()

Initializes a new instance of the CodeFix class with default settings.

Properties

Description

Gets or sets code fix description.

GetTextChangesAsync

Gets or sets action to apply code fix.

TextChanges

Gets or sets collection of code fix changes.

Methods

Clone()

Creates a new object that is a copy of the current ICodeFixAction object.