Table of Contents

Method GenerateMethod

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

GenerateMethod(CodeMemberMethod, CodeTypeDeclaration)

Generates code for the specified method.

protected override void GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c)

Parameters

e CodeMemberMethod

The member method to generate code for.

c CodeTypeDeclaration

The type of the object that this method occurs on.