Table of Contents

Property TextChangesFunc

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

TextChangesFunc

When implemented by a class, gets or sets functions that retrieves code changes for particular code refactor.

Func<ICodeRefactor, bool, IList<ITextUndo>> TextChangesFunc { get; set; }

Property Value

Func<ICodeRefactor, bool, IList<ITextUndo>>