| 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.1.0.0 (5.1.0)
Syntaxpublic 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