C# 클래스 PredictiveCodeSuggestions.LiveTemplates.LiveTemplate

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

Private Properties

프로퍼티 타입 설명
BuildDescription void
LiveTemplate System

공개 메소드들

메소드 설명
Execute ( [ context ) : void

Executes the specified context.

비공개 메소드들

메소드 설명
BuildDescription ( ) : void

Builds the description.

LiveTemplate ( [ template, [ scope ) : System

Initializes a new instance of the LiveTemplate class.

메소드 상세

Execute() 공개 메소드

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