Click or drag to resize

AssemblyIdentityCulture Property

[This is preliminary documentation and is subject to change.]

Gets or sets the culture of the assembly. May be .

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public string Culture { get; set; }
View Source

Property Value

Type: String

[Missing <value> documentation for "P:NerdyDuck.CodedExceptions.Configuration.AssemblyIdentity.Culture"]

Remarks
If the value is empty, the culture is neutral; if the value is , the culture is not respected when comparing to an Assembly.
See Also