Table of Contents

Interface ICodeFix

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

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

public interface ICodeFix : ICloneable

Properties

Description

When implemented by a class, gets or sets code fix description.

GetTextChangesAsync

When implemented by a class, gets or sets action to apply code fix.

TextChanges

When implemented by a class, gets or sets collection of code fix changes.