QuickOPC User's Guide and Reference
DAPropertyValueDictionary Constructor(Int32)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyValueDictionary Class > DAPropertyValueDictionary Constructor : DAPropertyValueDictionary Constructor(Int32)
The initial number of elements that the dictionary can contain.
Initializes a new instance of the class that is empty and has the specified initial capacity.
Syntax
'Declaration
 
Public Function New( _
   ByVal capacity As Integer _
)
'Usage
 
Dim capacity As Integer
 
Dim instance As New DAPropertyValueDictionary(capacity)
public DAPropertyValueDictionary( 
   int capacity
)
public:
DAPropertyValueDictionary( 
   int capacity
)

Parameters

capacity
The initial number of elements that the dictionary can contain.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also