Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public IEnumerable<Type> GetAllCoreTypesOfAllTypeConvertersAndImportedTypes()

Return Value

Type: IEnumerableType
Enumerable of all core types of all known type converters in this store with additionally all imported types imported from typeimports files
See Also