using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Provides an interface for defining an alternate application settings provider.
// Token: 0x020003C3 RID: 963
[Token(Token = "0x20003C3")]
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: 0x06001960 RID: 6496
[Token(Token = "0x6001960")]
[Address(Slot = "0")]
SettingsProvider GetSettingsProvider(SettingsProperty property);
}
}