Business Logic Toolkit for .NET
www.bltoolkit.net
|  Home   |  Download   |  Documentation   |  Discussions   |  License   |

  Source.TypeBuilder.ISetParent.cs

 
using System.Reflection;

namespace BLToolkit.TypeBuilder
{
    public interface ISetParent
    {
        void SetParent([Parent]object parent, [PropertyInfo]PropertyInfo propertyInfo);
    }
}
 
© 2010 www.bltoolkit.net
support@bltoolkit.net