ProjectGetAllUsableDotNetTypesForProjectElements Method |
Gets all the usable .net types for project elements like fields
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public HashSet<Type> GetAllUsableDotNetTypesForProjectElements()
Public Function GetAllUsableDotNetTypesForProjectElements As HashSet(Of Type)
Return Value
Type:
HashSetTypehashset with all the types usable for project elements.
See Also