CxExpressionNew
Description
- Derived from
-
CxExpression abstract
ICxTypeContainer
ICxExpressionUsageProvider
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]
ICxTypeContainer.Type returns the type of the created object or the type of the created array.
Public / Constructors
CxExpressionNew
2 overloads
Creates a new instance of CxExpressionNew.
Creates a new instance of CxExpressionNew.