Bridge

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

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

Syntax


[TemplateAttribute]
public Dictionary(
	int capacity,
	IEqualityComparer<TKey> comparer
)
<TemplateAttribute> _
Public Sub New ( _
	capacity As Integer, _
	comparer As IEqualityComparer(Of TKey) _
)
[TemplateAttribute]
public:
Dictionary(
	int^ capacity, 
	IEqualityComparer<TKey>^ comparer
)

Parameters

capacity
Type: System..::..Int32
comparer
Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'TKey>)>)>