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