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