ListDictionary Constructor
.NET Framework (current version)
Initializes a new instance of the ListDictionary class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ListDictionary() | Creates an empty ListDictionary using the default comparer. |
![]() | ListDictionary(IComparer) | Creates an empty ListDictionary using the specified comparer. |
Show:
