C# 클래스 PredictiveCodeSuggestions.AutoTemplates.StatementDescriptor

Defines the StatementDescriptor class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

StatementDescriptor() 공개 메소드

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

StatementDescriptor() 공개 메소드

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.
리턴 System

Write() 공개 메소드

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