C# Class PredictiveCodeSuggestions.LiveTemplates.LiveTemplate

Defines the LiveTemplate class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

Property Type Description
BuildDescription void
LiveTemplate System

Public Methods

Method Description
Execute ( [ context ) : void

Executes the specified context.

Private Methods

Method Description
BuildDescription ( ) : void

Builds the description.

LiveTemplate ( [ template, [ scope ) : System

Initializes a new instance of the LiveTemplate class.

Method Details

Execute() public method

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