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

capacity
The maximum size of this collection

Glossary Item Box

Initializes the collection and sets the maximum capacity

Syntax

Visual Basic (Usage)Copy Code
Dim capacity As Integer
 
Dim instance As New SByteCollection(capacity)
C# 
public SByteCollection( 
   int capacity
)

Parameters

capacity
The maximum size of this collection

Remarks

Initializes the collection and sets the maximum capacity

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.