Initializes a new instance of the
node class
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic node(
drugData value,
node next
)
Public Sub New (
value As drugData,
next As node
)
public:
node(
drugData^ value,
node^ next
)
new :
value : drugData *
next : node -> node
Parameters
- value
- Type: SxcUtilsLibdrugData
- next
- Type: SxcUtilsLibnode
See Also