Click or drag to resize
node Constructor
Initializes a new instance of the node class

Namespace: SxcUtilsLib
Assembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntax
public node(
	drugData value,
	node next
)

Parameters

value
Type: SxcUtilsLibdrugData
next
Type: SxcUtilsLibnode
See Also