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