August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyCultureAttribute
This custom attribute specifies the supported culture of an assembly.
public sealed class AssemblyCultureAttribute : Attribute {
// Public Constructors
public AssemblyCultureAttribute(string culture);
// Public Instance Properties
public string Culture{get; }
}
System.Object
→
System.Attribute
→
AssemblyCultureAttribute
Assembly