using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Provides an interface for defining an alternate application settings provider.
// Token: 0x020003C7 RID: 967
[Token(Token = "0x20003C7")]
public interface ISettingsProviderService
{
/// Returns the settings provider compatible with the specified settings property.
/// The that requires serialization.
/// If found, the that can persist the specified settings property; otherwise, .
// Token: 0x06001977 RID: 6519
[Token(Token = "0x6001977")]
[Address(Slot = "0")]
SettingsProvider GetSettingsProvider(SettingsProperty property);
}
}