Share via


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

코드를 생성할 매개 변수 선언 식입니다.

적용 대상

추가 정보