'Declaration
<CollectionDataContractAttribute(Name="ListOfUInt16", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ItemName="UInt16")> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class UInt16Collection Inherits System.Collections.Generic.List(Of UShort)
'Usage
Dim instance As UInt16Collection
[CollectionDataContract(Name="ListOfUInt16", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ItemName="UInt16")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class UInt16Collection : System.Collections.Generic.List<ushort>
[CollectionDataContract(Name="ListOfUInt16", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ItemName="UInt16")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class UInt16Collection : public System.Collections.Generic.List<ushort>