GeneratorUtilsGetDotNetTypeAsString Method (Type, IGenerator) |
Returns the string to emit for the .net type specified
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public static string GetDotNetTypeAsString(
Type typeToEmit,
IGenerator executingGenerator
)
Public Shared Function GetDotNetTypeAsString (
typeToEmit As Type,
executingGenerator As IGenerator
) As String
Parameters
- typeToEmit
- Type: SystemType
The type to emit. - executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
Return Value
Type:
StringSee Also