C# Класс PredictiveCodeSuggestions.LiveTemplates.LiveTemplate

Defines the LiveTemplate class.
Показать файл Открыть проект

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