NewExpression Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The NewExpression type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Arguments Gets the arguments to the constructor.
Public property CanReduce Indicates that the node can be reduced to a simpler node. If this returns true, Reduce() can be called to produce the reduced form. (Inherited from Expression.)
Public propertySupported by Silverlight for Windows Phone Constructor Gets the called constructor.
Public propertySupported by Silverlight for Windows Phone Members Gets the members that can retrieve the values of the fields that were initialized with constructor arguments.
Public propertySupported by Silverlight for Windows Phone NodeType Returns the node type of this Expression. (Overrides Expression.NodeType.)

In Silverlight for Windows Phone Windows Phone OS 7.1, this member is inherited from Expression.NodeType.

In XNA Framework Windows Phone OS 7.0, this member is inherited from Expression.NodeType.
Public propertySupported by Silverlight for Windows Phone Type Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.)

In Silverlight for Windows Phone Windows Phone OS 7.1, this member is inherited from Expression.Type.

In XNA Framework Windows Phone OS 7.0, this member is inherited from Expression.Type.

Top