LayerD CodeDOM and Zoe Compiler interface
renderEndProperty Method (propertyDecl, propertyName, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderEndProperty(XplProperty, String, ExtendedZOEProcessor..::.EZOEContext)

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

Renders the end property.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderEndProperty(
	XplProperty propertyDecl,
	string propertyName,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderEndProperty ( _
	propertyDecl As XplProperty, _
	propertyName As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderEndProperty(
	XplProperty^ propertyDecl, 
	String^ propertyName, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
propertyDecl (XplProperty)
The property decl.
propertyName (String)
Name of the property.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

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