EasyUA Reference
UInt16Collection Class
Members  See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : UInt16Collection Class

Glossary Item Box

A collection of UInt16 values.

Object Model

UInt16Collection ClassUInt16 Structure

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UInt16Collection
C# 
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   IsNamespaceSetExplicitly=true, 
   Name="ListOfUInt16", 
   IsNameSetExplicitly=true, 
   ItemName="UInt16", 
   IsItemNameSetExplicitly=true)]
public class UInt16Collection : 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.