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