Bridge

Dictionary<(Of <(<'TKey, TValue>)>)> Constructor (Int32)

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public Dictionary(
	int capacity
)
<TemplateAttribute> _
Public Sub New ( _
	capacity As Integer _
)
[TemplateAttribute]
public:
Dictionary(
	int^ capacity
)

Parameters

capacity
Type: System..::..Int32