Update IConfigurationManager.cs

pull/4253/head
BaronGreenback 4 years ago committed by GitHub
parent c7364be743
commit 5e5f1cc9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,8 @@ namespace MediaBrowser.Common.Configuration
/// Manually pre-loads a factory so that it is available pre system initialisation.
/// </summary>
/// <typeparam name="T">Class to register.</typeparam>
void RegisterConfiguration<T>() where T : IConfigurationFactory;
void RegisterConfiguration<T>()
where T : IConfigurationFactory;
/// <summary>
/// Gets the configuration.

Loading…
Cancel
Save