FrameworkAcceptedEnumTargetTypes Property  | 
 
            Returns the set of accepted target types for enum typed model fields. Accepted types are types which have an implicit conversion from enum by this framework.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic HashSet<Type> AcceptedEnumTargetTypes { get; }Public ReadOnly Property AcceptedEnumTargetTypes As HashSet(Of Type)
	Get
Property Value
Type: 
HashSetType
See Also