'DeclarationPublic Function New( _ ByVal attributeArguments As UAAttributeArguments _ )
'UsageDim attributeArguments As UAAttributeArguments Dim instance As New UAReadArguments(attributeArguments)
public UAReadArguments( UAAttributeArguments attributeArguments )
public: UAReadArguments( UAAttributeArguments^ attributeArguments )
Parameters
- attributeArguments
 - Attribute arguments object to be copied from.