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