Click or drag to resize

LocalDeclExpr Constructor (String, Expression)

Initializes a new instance of the LocalDeclExpr class

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

Parameters

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