Click or drag to resize

Switch Constructor (Expression, SwitchItem)

Create a Switch on the specified target Expression.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Switch(
	Expression target,
	params SwitchItem[] items
)

Parameters

target
Type: Nova.CodeDOMExpression
items
Type: Nova.CodeDOMSwitchItem
See Also