'Declaration
Public Function New( _ ByVal nodeFrontEnd As NodeFrontEnd _ )
'Usage
Dim nodeFrontEnd As NodeFrontEnd Dim instance As New NodeFrontEnd(nodeFrontEnd)
public NodeFrontEnd( NodeFrontEnd nodeFrontEnd )
public: NodeFrontEnd( NodeFrontEnd^ nodeFrontEnd )
Parameters
- nodeFrontEnd
- The object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).