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.6.0.0 (5.6.19.0117)
Syntax public 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