Files
Umbraco-CMS/src/Umbraco.Core/Configuration/IUmbracoConfigurationSection.cs
2020-02-24 08:21:53 +01:00

10 lines
252 B
C#

namespace Umbraco.Core.Configuration
{
/// <summary>
/// Represents an Umbraco configuration section which can be used to pass to UmbracoConfiguration.For{T}
/// </summary>
public interface IUmbracoConfigurationSection
{
}
}