EasyUA Reference
XmlElementCollection Constructor(IEnumerable<XmlElement>)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > XmlElementCollection Class > XmlElementCollection Constructor : XmlElementCollection Constructor(IEnumerable<XmlElement>)

collection
A collection of XmlElement's to add to this collection

Glossary Item Box

Initializes the collection from another collection.

Syntax

Visual Basic (Usage)Copy Code
Dim collection As IEnumerable(Of XmlElement)
 
Dim instance As New XmlElementCollection(collection)
C# 
public XmlElementCollection( 
   IEnumerable<XmlElement> collection
)

Parameters

collection
A collection of XmlElement's to add to this collection

Remarks

Initializes the collection from another collection.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.