Initializes a new instance of the Dictionary class with the default key comparer.

Namespace: System.Extensions.Collections.ObjectModel
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
protected Dictionary()
Visual Basic
Protected Sub New
Visual C++
protected:
Dictionary()
F#
new : unit -> Dictionary

See Also