Click or drag to resize

RefOutOperator Constructor (Expression)

Create a Ref/In/Out operator instance.

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

Parameters

variable
Type: Nova.CodeDOMExpression
An expression that evaluates to a VariableRef.
See Also