@ -2,6 +2,9 @@
namespace Avalonia.Metadata;
/// <summary>
/// Defines the property that contains type of the data passed to the <see cref="IDataTemplate"/> implementation.
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class TemplateDataTypeAttribute : Attribute
{