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