// -----------------------------------------------------------------------
//
// Copyright 2015 MIT Licence. See licence.md for more information.
//
// -----------------------------------------------------------------------
namespace Perspex.Controls.Templates
{
using Perspex.Collections;
///
/// A collection of s.
///
public class DataTemplates : PerspexList
{
}
}