AlphabeticIndex.AddRecord Method

Definition

Overloads

AddRecord(ICharSequence, Object)
AddRecord(String, Object)

AddRecord(ICharSequence, Object)

[Android.Runtime.Register("addRecord", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddRecord (Java.Lang.ICharSequence? name, Java.Lang.Object? data);
[<Android.Runtime.Register("addRecord", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddRecord : Java.Lang.ICharSequence * Java.Lang.Object -> Android.Icu.Text.AlphabeticIndex

Parameters

data
Object

Returns

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

AddRecord(String, Object)

public Android.Icu.Text.AlphabeticIndex? AddRecord (string? name, Java.Lang.Object? data);
member this.AddRecord : string * Java.Lang.Object -> Android.Icu.Text.AlphabeticIndex

Parameters

name
String
data
Object

Returns

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