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