ConfigurationElementCollection Constructor (IComparer)
.NET Framework (current version)
Creates a new instance of the ConfigurationElementCollection class.
Assembly: System.Configuration (in System.Configuration.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | comparer is null. |
The IComparer is used to set a comparer to use. For example, you can use a case-insensitive comparer to make the key case insensitive.
.NET Framework
Available since 2.0
Available since 2.0
Show: