Click or drag to resize

VariableDecl Constructor (String, Expression, Expression)

Initializes a new instance of the VariableDecl class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected VariableDecl(
	string name,
	Expression type,
	Expression initialization
)

Parameters

name
Type: SystemString
type
Type: Nova.CodeDOMExpression
initialization
Type: Nova.CodeDOMExpression
See Also