Initializes a new instance of the SerializableDictionary<(Of <(<'TKey, TValue>)>)> class.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public SerializableDictionary(
	IDictionary<TKey, TValue> dictionary,
	IEqualityComparer<TKey> comparer
)
Visual Basic
Public Sub New ( 
	dictionary As IDictionary(Of TKey, TValue),
	comparer As IEqualityComparer(Of TKey)
)

Parameters

dictionary
Type: System.Collections.Generic..::..IDictionary<(Of <(<'TKey, TValue>)>)>
The dictionary.
comparer
Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'TKey>)>)>
The comparer.

See Also