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.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
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