Table of Contents

Property TextChangesFunc

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

TextChangesFunc

Gets or sets functions that retrieves code changes for particular refactor.

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

Property Value

Func<ICodeRefactor, bool, IList<ITextUndo>>