ExpressionElementT Constructor (ExpressionElementType, T) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public ExpressionElement(
ExpressionElementType typeOfContents,
T contents
)
Public Sub New (
typeOfContents As ExpressionElementType,
contents As T
)
Parameters
- typeOfContents
- Type: SD.LLBLGen.Pro.ORMSupportClassesExpressionElementType
type of the contents contained in this element - contents
- Type: T
the contents of this element
See Also