CodeGenerator.OutputParameters Metódus

Definíció

Kód létrehozása a megadott paraméterekhez.

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)

Paraméterek

parameters
CodeParameterDeclarationExpressionCollection

A kód létrehozásához szükséges paraméterdeklarációs kifejezések.

A következőre érvényes:

Lásd még