CodeGenerator.GenerateVariableDeclarationStatement Метод

Определение

Создает код для указанной инструкции объявления переменной.

protected:
 abstract void GenerateVariableDeclarationStatement(System::CodeDom::CodeVariableDeclarationStatement ^ e);
protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e);
abstract member GenerateVariableDeclarationStatement : System.CodeDom.CodeVariableDeclarationStatement -> unit
Protected MustOverride Sub GenerateVariableDeclarationStatement (e As CodeVariableDeclarationStatement)

Параметры

e
CodeVariableDeclarationStatement

Инструкция для создания кода.

Применяется к

См. также раздел