Skip to content

LocalizableAttribute(bool) constructor

Defined in

Type: LocalizableAttribute Namespace: ReactiveUI Assembly: ReactiveUI.Core.dll

Applies to

net10.0-android36.0

public LocalizableAttribute(bool isLocalizable)

View source

Summary: A attribute to indicate if the target is localizable or not.

Parameters

NameTypeDescription
isLocalizableboolIf the target is localizable or not.

Remarks

Initializes a new instance of the LocalizableAttribute class.