Skip to content

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

View source

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

NameSummary
.ctorA attribute to indicate if the target is localizable or not.

Properties

NameSummary
IsLocalizableGets a value indicating whether the target is localizable.
Inherited members