This commit is contained in:
sgay
2012-07-27 14:08:00 -02:00
29 changed files with 990 additions and 318 deletions

View File

@@ -3,6 +3,9 @@ using System.Threading;
namespace Umbraco.Core.Resolving
{
//NOTE: This class should also support creating instances of the object and managing their lifespan,
// for example, some resolvers would want to return new object each time, per request or per application lifetime.
/// <summary>
/// A Resolver which manages an ordered list of objects.
/// </summary>