Opc.Ua.Core
UInt16Collection Class
Members 



Opc.Ua Namespace : UInt16Collection Class
A collection of UInt16 values.
Syntax
'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> 
Remarks
A collection of UInt16 values.
Inheritance Hierarchy

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

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

UInt16Collection Members
Opc.Ua Namespace