Click or drag to resize

MultiLocalDecl Constructor (Expression, String)

Create a multi field declaration.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public MultiLocalDecl(
	Expression type,
	params string[] names
)

Parameters

type
Type: Nova.CodeDOMExpression
The type of the multi field declaration.
names
Type: SystemString
The list of names to be used.
See Also