EasyUA Reference
UInt16Collection Constructor(IEnumerable<UInt16>)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > UInt16Collection Class > UInt16Collection Constructor : UInt16Collection Constructor(IEnumerable<UInt16>)

collection
A Collection of System.UInt16 to pre-populate the collection with

Glossary Item Box

Initializes the collection from another collection.

Syntax

Visual Basic (Usage)Copy Code
Dim collection As IEnumerable(Of UShort)
 
Dim instance As New UInt16Collection(collection)
C# 
public UInt16Collection( 
   IEnumerable<ushort> collection
)

Parameters

collection
A Collection of System.UInt16 to pre-populate the collection with

Remarks

Initializes the collection from another collection.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.