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