AssemblyCultureAttribute | CF 1.0 |
System.Reflection (mscorlib.dll) | sealed class |
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
System.Attribute
AssemblyCultureAttribute
Valid On
Assembly
|