'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.