Opc.Ua.Core
Int16Collection Class
Members 



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

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

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

Int16Collection Members
Opc.Ua Namespace