Click or drag to resize

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)
Syntax
public HashSet<Type> GetAllUsableDotNetTypesForProjectElements()

Return Value

Type: HashSetType
hashset with all the types usable for project elements.
See Also