Click or drag to resize

In Constructor (Expression)

Create an In operator for the specified parameter expression.

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

Parameters

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