C # in a Nutshell, Second Edition
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; } } Hierarchy
System.Object Valid On
Assembly |