Merge pull request #830 from sbwalker/master

modify comment
This commit is contained in:
Shaun Walker 2020-10-19 08:51:21 -04:00 committed by GitHub
commit c733707adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,7 @@ using System.Collections.Generic;
namespace Oqtane.Infrastructure namespace Oqtane.Infrastructure
{ {
// Obsolete - use the Resources collection as part of IModuleControl or IThemeCOntrol and use the ResourceDeclaration.Global property // this interface is for declaring global resources and is useful for scenarios where you want to declare resources in a single location for the entire application
// note - not using the [Obsolete] attribute in this case as we want to avoid compilation warnings in the core framework
public interface IHostResources public interface IHostResources
{ {
List<Resource> Resources { get; } // identifies global resources for an application List<Resource> Resources { get; } // identifies global resources for an application