[]
Represents a constructor in an expression, such as new.
public class NewExpressionInfo : ExpressionInfo, IComparable
| Name | Description |
|---|---|
| NewExpressionInfo(string, ExpressionResultType, string, ExpressionInfo[]) | Initializes a new instance of the NewExpressionInfo class |
| Name | Description |
|---|---|
| Arguments | Gets call arguments. |
| QualifierName | Gets qualifier name |
| Name | Description |
|---|---|
| Children() | Gets child sub-expressions. |
| Equals(ExpressionInfo) | Determines whether the specified ExpressionInfo object represents the same expression as this one. |
| GenerateExpressionString() | Generates expression string |
| GetHashCode() | Generates a HashCode for this expression. |