LayerD CodeDOM and Zoe Compiler interface
renderBeginParameters Method (parametersDecl, maxParameter, functionDecl, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderBeginParameters(XplParameters, Int32, XplFunction, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Renders the begin parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderBeginParameters(
	XplParameters parametersDecl,
	int maxParameter,
	XplFunction functionDecl,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderBeginParameters ( _
	parametersDecl As XplParameters, _
	maxParameter As Integer, _
	functionDecl As XplFunction, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderBeginParameters(
	XplParameters^ parametersDecl, 
	int maxParameter, 
	XplFunction^ functionDecl, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
parametersDecl (XplParameters)
The parameters decl.
maxParameter (Int32)
The max parameter.
functionDecl (XplFunction)
The function decl.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)