Click or drag to resize
LocalizationRequiredAttribute Constructor (Boolean)
Initializes a new instance of the LocalizationRequiredAttribute class.

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public LocalizationRequiredAttribute(
	bool required
)

Parameters

required
Type: SystemBoolean
true if a element should be localized; otherwise, false.
See Also