
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As Int16Collection  | |
| C# | |
|---|---|
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", IsNamespaceSetExplicitly=true, Name="ListOfInt16", IsNameSetExplicitly=true, ItemName="Int16", IsItemNameSetExplicitly=true)] public class Int16Collection : System.Collections.Generic.List<short>  | |
            A strongly-typed collection of Int16 values.
            
            
            
            
            
            System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.Int16Collection
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x