CodeRefactorEventArgs Constructor
CodeRefactorEventArgs(Point, Point, IList<ICodeRefactor>)
Initializes HighlightCodeFixesEventArgs with specified arguments.
Declaration
public CodeRefactorEventArgs(Point position, Point endPosition, IList<ICodeRefactor> codeRefactors)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Point | position | Current position. |
| System.Drawing.Point | endPosition | |
| System.Collections.Generic.IList<ICodeRefactor> | codeRefactors |
CodeRefactorEventArgs(Point, IList<ICodeRefactor>)
Initializes HighlightCodeFixesEventArgs with specified arguments.
Declaration
public CodeRefactorEventArgs(Point position, IList<ICodeRefactor> codeRefactors)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Point | position | Current position. |
| System.Collections.Generic.IList<ICodeRefactor> | codeRefactors |