August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyTitleAttribute
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; }
}
System.Object
→
System.Attribute
→
AssemblyTitleAttribute
Assembly