Click or drag to resize

ClassBuilderGetClassSourceCode Method

Returns the source code for the current class in the specified language.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public string GetClassSourceCode(
	NetLanguage lang
)

Parameters

lang
Type: FileHelpersNetLanguage
The language for the return code.

Return Value

Type: String
The Source Code for the class that are currently building.
See Also