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
Syntaxpublic string GetClassSourceCode(
NetLanguage lang
)
Public Function GetClassSourceCode (
lang As NetLanguage
) As String
Parameters
- lang
- Type: FileHelpersNetLanguage
The language for the return code.
Return Value
Type:
StringThe Source Code for the class that are currently building.
See Also