TypeConverterStoreGetAllCoreTypesOfAllTypeConvertersAndImportedTypes Method |
Gets all core types of all type converters in this store with additionally all imported types imported from typeimports files
Namespace:
SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public IEnumerable<Type> GetAllCoreTypesOfAllTypeConvertersAndImportedTypes()
Public Function GetAllCoreTypesOfAllTypeConvertersAndImportedTypes As IEnumerable(Of Type)
Return Value
Type:
IEnumerableTypeEnumerable of all core types of all known type converters in this store with additionally all imported types imported
from typeimports files
See Also