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

コード生成の対象となるパラメーター宣言式。

適用対象

こちらもご覧ください