Class CodeFix
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.