CxExpressionNew
Description
- Derived from
-
CxExpression abstract
Represents an expression that creates an object or array from zero or more arguments or an array of the given length:
new Type(argument0, argument1, ..., argumentN) new Type[] { argument0, argument1, ..., argumentN } new Type[length]
Public / Constructors
CxExpressionNew
2 overloads
Creates a new instance of CxExpressionNew.
Creates a new instance of CxExpressionNew.