Click or drag to resize

DeconstructionAdd Method (String, Expression)

Add a new LocalDecl with the specified name and optional type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override void Add(
	string name,
	Expression type = null
)

Parameters

name
Type: SystemString
type (Optional)
Type: Nova.CodeDOMExpression
See Also