Method GenerateProperty
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v9.dll
GenerateProperty(CodeMemberProperty, CodeTypeDeclaration)
Generates code for the specified property.
protected override void GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c)
Parameters
e
CodeMemberPropertyThe property to generate code for.
c
CodeTypeDeclarationThe type of the object that this property occurs on.