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