[]
Represents an expression that is a constant value.
public sealed class FunctionExpressionInfo : ExpressionInfo, IComparable
Name | Description |
---|---|
FunctionExpressionInfo(string, ExpressionResultType, ExpressionInfo, string, ExpressionInfo[]) | Initializes a new instance of the FunctionExpressionInfo. |
Name | Description |
---|---|
Arguments | Gets call arguments. |
MethodName | Gets name of method to be called. |
Qualifier | Gets call target. |
Name | Description |
---|---|
Children() | Gets child sub-expressions. |
Equals(ExpressionInfo) | Overloaded. Determines whether the specified ExpressionInfo object represents the same expression as this one. |
GenerateExpressionString() | Generates expression string |
GetHashCode() | Generates a HashCode for this expression. |