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