MessagePattern Constructors

Definition

Overloads

MessagePattern()
MessagePattern(MessagePattern+ApostropheMode)
MessagePattern(String)

MessagePattern()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public MessagePattern ();
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

MessagePattern(MessagePattern+ApostropheMode)

[Android.Runtime.Register(".ctor", "(Landroid/icu/text/MessagePattern$ApostropheMode;)V", "", ApiSince=24)]
public MessagePattern (Android.Icu.Text.MessagePattern.ApostropheMode? mode);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/text/MessagePattern$ApostropheMode;)V", "", ApiSince=24)>]
new Android.Icu.Text.MessagePattern : Android.Icu.Text.MessagePattern.ApostropheMode -> Android.Icu.Text.MessagePattern

Parameters

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

MessagePattern(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
public MessagePattern (string? pattern);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Icu.Text.MessagePattern : string -> Android.Icu.Text.MessagePattern

Parameters

pattern
String
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