Merge branch 'master' into NetworkPR2

This commit is contained in:
BaronGreenback
2020-11-16 16:27:37 +00:00
committed by GitHub
255 changed files with 2073 additions and 2152 deletions

View File

@@ -50,8 +50,12 @@ 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.
/// </summary>
object GetConfiguration(string key);
/// <summary>