CurrencyPluralInfo Constructors

Definition

Overloads

CurrencyPluralInfo()
CurrencyPluralInfo(ULocale)
CurrencyPluralInfo(Locale)
CurrencyPluralInfo(IntPtr, JniHandleOwnership)

CurrencyPluralInfo()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public CurrencyPluralInfo ();
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CurrencyPluralInfo(ULocale)

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public CurrencyPluralInfo (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.CurrencyPluralInfo : Android.Icu.Util.ULocale -> Android.Icu.Text.CurrencyPluralInfo

Parameters

locale
ULocale
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CurrencyPluralInfo(Locale)

[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)]
public CurrencyPluralInfo (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.CurrencyPluralInfo : Java.Util.Locale -> Android.Icu.Text.CurrencyPluralInfo

Parameters

locale
Locale
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CurrencyPluralInfo(IntPtr, JniHandleOwnership)

protected CurrencyPluralInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.CurrencyPluralInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.CurrencyPluralInfo

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to