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.8.0.0 (5.8.21.0208)
Syntaxpublic HashSet<Type> GetAllUsableDotNetTypesForProjectElements()
Public Function GetAllUsableDotNetTypesForProjectElements As HashSet(Of Type)
Return Value
Type: 
HashSetTypehashset with all the types usable for project elements.
See Also