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

collection
A collection of System.Int16 values to populate the collection with

Glossary Item Box

Initializes the collection and populates it with the values passed-in

Syntax

Visual Basic (Usage)Copy Code
Dim collection As IEnumerable(Of Short)
 
Dim instance As New Int16Collection(collection)
C# 
public Int16Collection( 
   IEnumerable<short> collection
)

Parameters

collection
A collection of System.Int16 values to populate the collection with

Remarks

Initializes the collection and populates it with the values passed-in

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.