CollationElementIterator.SetText Method

Definition

Overloads

SetText(UCharacterIterator)
SetText(ICharacterIterator)
SetText(String)

SetText(UCharacterIterator)

[Android.Runtime.Register("setText", "(Landroid/icu/text/UCharacterIterator;)V", "", ApiSince=24)]
public void SetText (Android.Icu.Text.UCharacterIterator? source);
[<Android.Runtime.Register("setText", "(Landroid/icu/text/UCharacterIterator;)V", "", ApiSince=24)>]
member this.SetText : Android.Icu.Text.UCharacterIterator -> unit

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

SetText(ICharacterIterator)

[Android.Runtime.Register("setText", "(Ljava/text/CharacterIterator;)V", "", ApiSince=24)]
public void SetText (Java.Text.ICharacterIterator? source);
[<Android.Runtime.Register("setText", "(Ljava/text/CharacterIterator;)V", "", ApiSince=24)>]
member this.SetText : Java.Text.ICharacterIterator -> unit

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

SetText(String)

[Android.Runtime.Register("setText", "(Ljava/lang/String;)V", "", ApiSince=24)]
public void SetText (string? source);
[<Android.Runtime.Register("setText", "(Ljava/lang/String;)V", "", ApiSince=24)>]
member this.SetText : string -> unit

Parameters

source
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