Expression Constructor (ExpressionType, Type)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Return to top
Initializes a new instance of the Expression class.
Assembly: System.Core (in System.Core.dll)
<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.
This constructor is called from constructors in derived classes.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: