Update IConfigurationManager.cs

This commit is contained in:
BaronGreenback 2020-10-12 20:53:10 +01:00 committed by GitHub
parent 63e514e6c4
commit c7364be743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ 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>();
void RegisterConfiguration<T>() where T : IConfigurationFactory;
/// <summary>
/// Gets the configuration.