Selerix Developer Tools
XmlAttributeArraysHelper Constructor






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > XmlAttributeArraysHelper Class : XmlAttributeArraysHelper Constructor
The attributes.
Initializes a new instance of the XmlAttributeArraysHelper class.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributes() As XmlAttribute _
)
'Usage
 
Dim attributes() As XmlAttribute
 
Dim instance As New XmlAttributeArraysHelper(attributes)
public XmlAttributeArraysHelper( 
   XmlAttribute[] attributes
)
public XmlAttributeArraysHelper( 
    attributes: XmlAttributearray of
); 
public function XmlAttributeArraysHelper( 
   attributes : XmlAttribute[]
);
public: XmlAttributeArraysHelper( 
   XmlAttribute*[]* attributes
)
public:
XmlAttributeArraysHelper( 
   array<XmlAttribute^>^ attributes
)

Parameters

attributes
The attributes.
See Also

Reference

XmlAttributeArraysHelper Class
XmlAttributeArraysHelper Members