Expression Constructor (ExpressionType, Type)
Note: This API is now obsolete.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the Expression class.
Assembly: System.Core (in System.Core.dll)
'Declaration <ObsoleteAttribute("use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.")> _ Protected Sub New ( _ nodeType As ExpressionType, _ type As Type _ )
Parameters
- nodeType
- Type: System.Linq.Expressions.ExpressionType
The ExpressionType to set as the node type.
- type
- Type: System.Type
The Type of this Expression.
Show: