• HOME
  • PRODUCTS
  • DEMOS
  • DOWNLOAD
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright AlterNET Software Download PDF