Click or drag to resize

ArgList Constructor (Expression)

Create an ArgList operator.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ArgList(
	params Expression[] arguments
)

Parameters

arguments
Type: Nova.CodeDOMExpression
Remarks
The Expression of the ArgumentsOperator base class is unused and always null.
See Also