Table of Contents

Method PatchSourceCode

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

PatchSourceCode(Language, string)

Performs post-processing of the source code.

public static string PatchSourceCode(Language language, string code)

Parameters

language Language

The language will be processed.

code string

Original source code.

Returns

string

Fixed source code.