SerializableNewArrayExpression Members
A binary and XML serializable representation of a LINQ new array expression
The following tables list the members exposed by the SerializableNewArrayExpression type.
Public Constructors
Name | Description | |
---|---|---|
SerializableNewArrayExpression |
Top
Public Properties
Name | Description | |
---|---|---|
ArrayType | Gets the array type. | |
Expressions | Gets the bounds of the array if the value of the System.Linq.Expressions.Expression.NodeType property is System.Linq.Expressions.ExpressionType.NewArrayBounds, or the values to initialize the elements of the new array if the value of the System.Linq.Expressions.Expression.NodeType property is System.Linq.Expressions.ExpressionType.NewArrayInit. | |
Key | Allows to attach a key to an expression. Maybe present or not. (Inherited from SerializableExpression) | |
NodeType | The node type (Inherited from SerializableExpression) | |
Type | The type of expression. (Inherited from SerializableExpression) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToExpression | Overloaded. (Inherited from SerializableExpression) | |
ToExpression | Overridden. Convert to LINQ expression. | |
ToString | Overridden. Convert to string. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
SerializableNewArrayExpression Class
Microsoft.SpecExplorer.ObjectModel Namespace