
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As XmlElementCollection  | |
| C# | |
|---|---|
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", IsNamespaceSetExplicitly=true, Name="ListOfXmlElement", IsNameSetExplicitly=true, ItemName="XmlElement", IsItemNameSetExplicitly=true)] public class XmlElementCollection : System.Collections.Generic.List<XmlElement>  | |
            A strongly-typed collection of XmlElement values.
            
            
            
            
            
            System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.XmlElementCollection
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x