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

collection
A collection of System.SByte values to populate this collection with

Glossary Item Box

Initializes the collection and populates it with the specified collection of SByte values

Syntax

Visual Basic (Usage)Copy Code
Dim collection As IEnumerable(Of SByte)
 
Dim instance As New SByteCollection(collection)
C# 
public SByteCollection( 
   IEnumerable<sbyte> collection
)

Parameters

collection
A collection of System.SByte values to populate this collection with

Remarks

Initializes the collection and populates it with the specified collection of SByte values

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.