[corlib] System.Collections from CoreFX (#7478)
[mono-project.git] / mcs / class / System / corefx / NameValueCollection.cs
blobb7dca40da486c6cc29b1ae774345bacc6dc7e40d
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
5 using System.Runtime.Serialization;
6 using System.Text;
8 namespace System.Collections.Specialized
10 partial class NameValueCollection
12 // Allow internal extenders to avoid creating the hashtable/arraylist.
13 internal NameValueCollection (DBNull dummy) : base (dummy)