Opc.Ua.Core
UInt32Collection Class
Members 



Opc.Ua Namespace : UInt32Collection Class
A collection of UInt32 values.
Syntax
'Declaration
 
<CollectionDataContractAttribute(Name="ListOfUInt32", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ItemName="UInt32")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class UInt32Collection 
   Inherits System.Collections.Generic.List(Of UInteger)
'Usage
 
Dim instance As UInt32Collection
[CollectionDataContract(Name="ListOfUInt32", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ItemName="UInt32")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class UInt32Collection : System.Collections.Generic.List<uint> 
[CollectionDataContract(Name="ListOfUInt32", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ItemName="UInt32")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class UInt32Collection : public System.Collections.Generic.List<uint> 
Remarks
A collection of UInt32 values.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UInt32Collection Members
Opc.Ua Namespace