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