Click or drag to resize

SwitchItemRef Constructor

Create a SwitchItemRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public SwitchItemRef(
	SwitchItem declaration,
	bool isFirstOnLine = false
)

Parameters

declaration
Type: Nova.CodeDOMSwitchItem
isFirstOnLine (Optional)
Type: SystemBoolean
See Also