Table of Contents

Method GenerateProperty

Namespace
Alternet.FormDesigner.TypeScript
Assembly
Alternet.FormDesigner.TypeScript.v9.dll

GenerateProperty(CodeMemberProperty, CodeTypeDeclaration)

Generates code for the specified property.

protected override void GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c)

Parameters

e CodeMemberProperty

The property to generate code for.

c CodeTypeDeclaration

The type of the object that this property occurs on.