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