'DeclarationPublic Function New( _ ByVal arguments As SparkplugArguments _ )
'UsageDim arguments As SparkplugArguments Dim instance As New SparkplugArguments(arguments)
public SparkplugArguments( SparkplugArguments arguments )
public: SparkplugArguments( SparkplugArguments^ arguments )
Parameters
- arguments
- The arguments object to copy from.
The value of this parameter cannot be
null(Nothingin Visual Basic).