'Declaration
Protected Function New( _ ByVal client As EasyAEClientCore _ )
'Usage
Dim client As EasyAEClientCore Dim instance As New EasyAEClientCore(client)
protected EasyAEClientCore( EasyAEClientCore client )
protected: EasyAEClientCore( EasyAEClientCore^ client )
Parameters
- client
- Client object to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).