System.Configuration.IgnoreSection
Provides a wrapper type definition for configuration sections that are not handled by the Configuration types.
namespace System.Configuration
{
public sealed class IgnoreSection : ConfigurationSection
{
public IgnoreSection();
}
}