System.Configuration.ConfigurationValues
namespace System.Configuration
{
internal sealed class ConfigurationValues : NameObjectCollectionBase
{
internal object this[string key] { get; set; }
internal object this[int index] { get; }
}
}