Constructor CodeRefactoring
CodeRefactoring(object, TextSpan, IEnumerable<CodeAction>)
Initializes a new instance of the CodeRefactoring class with specified parameters.
public CodeRefactoring(object provider, TextSpan texSpan, IEnumerable<CodeAction> actions)
Parameters
provider
objectObject that provides source code refactorings.
texSpan
TextSpanText span within the document to refactor.
actions
IEnumerable<CodeAction>List of refactoring actions applicable for this instance.