Update IConfigurationManager.cs
This commit is contained in:
parent
5e5f1cc9c5
commit
00b2539a70
|
@ -50,7 +50,7 @@ namespace MediaBrowser.Common.Configuration
|
||||||
/// Manually pre-loads a factory so that it is available pre system initialisation.
|
/// Manually pre-loads a factory so that it is available pre system initialisation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T">Class to register.</typeparam>
|
/// <typeparam name="T">Class to register.</typeparam>
|
||||||
void RegisterConfiguration<T>()
|
void RegisterConfiguration<T>()
|
||||||
where T : IConfigurationFactory;
|
where T : IConfigurationFactory;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user