This class is a custom attribute for an assembly title. public sealed class AssemblyTitleAttribute : Attribute { // Public Constructors public AssemblyTitleAttribute (string title ); // Public Instance Properties public string Title {get; } } Hierarchy System.Object Valid OnAssembly |