C# Class PredictiveCodeSuggestions.AutoTemplates.AutoTemplate

Defines the AutoTemplate class.
ファイルを表示 Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AutoTemplate ( ) : System

Initializes a new instance of the AutoTemplate class.

Execute ( ISolution solution, ITextControl textControl, string>.Dictionary parameters, bool newLineBefore = false ) : void

Executes the specified solution.

Execute ( [ context, [ scope ) : void

Executes the specified context.

Method Details

AutoTemplate() public method

Initializes a new instance of the AutoTemplate class.
public AutoTemplate ( ) : System
return System

Execute() public method

Executes the specified solution.
public Execute ( ISolution solution, ITextControl textControl, string>.Dictionary parameters, bool newLineBefore = false ) : void
solution ISolution The solution.
textControl ITextControl The text control.
parameters string>.Dictionary The parameters.
newLineBefore bool if set to true [new line].
return void

Execute() public method

Executes the specified context.
public Execute ( [ context, [ scope ) : void
context [ The context.
scope [ The scope.
return void