EasyUA Reference
ExtensionObjectCollection Class
Members  See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ExtensionObjectCollection Class

Glossary Item Box

A collection of ExtensionObjects.

Object Model

ExtensionObjectCollection ClassExtensionObject Class

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ExtensionObjectCollection
C# 
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   IsNamespaceSetExplicitly=true, 
   Name="ListOfExtensionObject", 
   IsNameSetExplicitly=true, 
   ItemName="ExtensionObject", 
   IsItemNameSetExplicitly=true)]
public class ExtensionObjectCollection : System.Collections.Generic.List<ExtensionObject> 

Remarks

A strongly-typed collection of ExtensionObjects.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.ExtensionObjectCollection

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.