Click or drag to resize

UnaryOperator Constructor (Expression)

Initializes a new instance of the UnaryOperator class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected UnaryOperator(
	Expression expression
)

Parameters

expression
Type: Nova.CodeDOMExpression
See Also