Table of Contents

Delegate TextChangesAction

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

Represents a method that will handle the ICodeFix.GetTextChangesAsync and ICodeRefactor.GetTextChangesAsync events.

public delegate Task<ITextUndoList> TextChangesAction(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Cancellation token.

Returns

Task<ITextUndoList>

The provided ITextUndoList.