Files
Umbraco-CMS/umbraco/presentation.ClientDependency/ClientDependencyPathCollection.cs

12 lines
215 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace umbraco.presentation.ClientDependency
{
public class ClientDependencyPathCollection : List<ClientDependencyPath>
{
}
}