remove datarowpopulate attribute

This commit is contained in:
Ryan Peters 2021-04-20 17:20:45 -04:00
parent 663d952739
commit 4f0a38daa4

View File

@ -1,10 +0,0 @@
using System;
namespace BinaryDad.Extensions
{
/// <summary>
/// Allows for a complex property to be populated via ToType().
/// </summary>
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class DataRowPopulateAttribute : Attribute { }
}