C# Class PredictiveCodeSuggestions.AutoTemplates.StatementDescriptor

Defines the StatementDescriptor class.
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

StatementDescriptor() public méthode

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.
Résultat System

Write() public méthode

Writes the specified output.
public Write ( [ output ) : void
output [ The output.
Résultat void