//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Configuration { using System; using System.Collections; using System.Collections.Specialized; // // // // // // //
// // // //
// // // OpenWave // $(softkeys) // // // // // // // internal class BrowserTree : OrderedDictionary { internal BrowserTree() : base(StringComparer.OrdinalIgnoreCase) { } } }