using System; namespace BLToolkit.TypeBuilder { [AttributeUsage(AttributeTargets.Parameter)] public sealed class ParentAttribute : Attribute { } }