CodeGenerator.OutputParameters Metod

Definition

Genererar kod för de angivna parametrarna.

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)

Parametrar

parameters
CodeParameterDeclarationExpressionCollection

Parameterdeklarationsuttrycken som ska generera kod för.

Gäller för

Se även