namespace HW.Utility { using System; using System.Reflection; using System.Runtime.CompilerServices; public delegate object FillDataByCollectionHandler(PropertyInfo property, object oProperValue); }