Explorar o código

Update MediaBrowser.Common/Plugins/IPluginServiceRegistrator.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback %!s(int64=4) %!d(string=hai) anos
pai
achega
957b5df0f0
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      MediaBrowser.Common/Plugins/IPluginServiceRegistrator.cs

+ 3 - 1
MediaBrowser.Common/Plugins/IPluginServiceRegistrator.cs

@@ -9,8 +9,10 @@ namespace MediaBrowser.Common.Plugins
     {
         /// <summary>
         /// Registers the plugin's services with the service collection.
-        /// This object is created prior to the plugin creation, so access to other classes is limited.
         /// </summary>
+        /// <remarks>
+        /// This interface is only used for service registration and requires a parameterless constructor.
+        /// </remarks>
         /// <param name="serviceCollection">The service collection.</param>
         void RegisterServices(IServiceCollection serviceCollection);
     }