| LinqUtilsDetermineSetElementType Method (Type) | 
 
            Determines the type of the elements in the set which type is passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic static Type DetermineSetElementType(
	Type setType
)
Public Shared Function DetermineSetElementType ( 
	setType As Type
) As Type
Parameters
- setType
 - Type: SystemType
Type of the set. 
Return Value
Type: 
Typethe type of the element of the set, if determinable, otheriwse settype
See Also