LocalizableAttribute class¶
Attributes: [AttributeUsage(AttributeTargets.32767, Inherited = false, AllowMultiple = true)] [DebuggerDisplay("{IsLocalizable}")]
Defined in
Namespace: ReactiveUI
Assembly: ReactiveUI.Core.dll
Full name: ReactiveUI.LocalizableAttribute
Modifiers: public sealed
Summary¶
A attribute to indicate if the target is localizable or not.
Applies to
net10.0-android36.0
Class hierarchy
classDiagram
class LocalizableAttribute
class Attribute
Attribute <|-- LocalizableAttribute
Inherits from: Attribute
Remarks¶
Initializes a new instance of the LocalizableAttribute class.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | A attribute to indicate if the target is localizable or not. |
Properties¶
| Name | Summary |
|---|---|
| IsLocalizable | Gets a value indicating whether the target is localizable. |