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

capacity
The max. capacity of the collection

Glossary Item Box

Initializes the collection with the specified capacity.

Syntax

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

Parameters

capacity
The max. capacity of the collection

Remarks

Creates a new collection while specifying the max size of the 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.