CodeGenerator.OutputParameters Метод

Определение

Создает код для указанных параметров.

protected:
 virtual void OutputParameters(System::CodeDom::CodeParameterDeclarationExpressionCollection ^ parameters);
protected virtual void OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters);
abstract member OutputParameters : System.CodeDom.CodeParameterDeclarationExpressionCollection -> unit
override this.OutputParameters : System.CodeDom.CodeParameterDeclarationExpressionCollection -> unit
Protected Overridable Sub OutputParameters (parameters As CodeParameterDeclarationExpressionCollection)

Параметры

parameters
CodeParameterDeclarationExpressionCollection

Выражения объявления параметров для создания кода.

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

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