ProjectGetAllCoreTypesOfAllTypeConvertersAndImportedTypes Method |
Gets all core types of all type converters with additionally all imported types imported from typeimports files.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public List<Type> GetAllCoreTypesOfAllTypeConvertersAndImportedTypes()
Public Function GetAllCoreTypesOfAllTypeConvertersAndImportedTypes As List(Of Type)
Return Value
Type:
ListTypelist of all core types of all known type converters (both system type converters and project-specific type converters found in the
additionaltypeconverters folder of the project) with additionally all imported types imported from typeimports files
See Also