Language

Transliterator.Position.Set(Transliterator+Position) Method

Definition

Copies the indices of this position from another.

[Android.Runtime.Register("set", "(Landroid/icu/text/Transliterator$Position;)V", "GetSet_Landroid_icu_text_Transliterator_Position_Handler", ApiSince=29)]
public virtual void Set(Android.Icu.Text.Transliterator.Position? pos);
[<Android.Runtime.Register("set", "(Landroid/icu/text/Transliterator$Position;)V", "GetSet_Landroid_icu_text_Transliterator_Position_Handler", ApiSince=29)>]
abstract member Set : Android.Icu.Text.Transliterator.Position -> unit
override this.Set : Android.Icu.Text.Transliterator.Position -> unit

Parameters

Attributes

Remarks

Copies the indices of this position from another.

Android reference for android.icu.text.Transliterator.Position.set.

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