C# Class PredictiveCodeSuggestions.AutoTemplates.StatementDescriptor

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

Private Properties

Property Type Description

Public Methods

Method Description
StatementDescriptor ( AutoTemplateScope scope ) : System

Initializes a new instance of the StatementDescriptor class.

StatementDescriptor ( AutoTemplateScope scope, string template, string>.Dictionary templateVariables ) : System

Initializes a new instance of the StatementDescriptor class.

Write ( [ output ) : void

Writes the specified output.

Method Details

StatementDescriptor() public method

Initializes a new instance of the StatementDescriptor class.
public StatementDescriptor ( AutoTemplateScope scope ) : System
scope AutoTemplateScope The scope.
return System

StatementDescriptor() public method

Initializes a new instance of the StatementDescriptor class.
public StatementDescriptor ( AutoTemplateScope scope, string template, string>.Dictionary templateVariables ) : System
scope AutoTemplateScope The scope.
template string The template.
templateVariables string>.Dictionary The template variables.
return System

Write() public method

Writes the specified output.
public Write ( [ output ) : void
output [ The output.
return void