ListFormatter.FormatToValue メソッド

定義

オーバーロード

FormatToValue(Object[])
FormatToValue(ICollection<Object>)

FormatToValue(Object[])

[Android.Runtime.Register("formatToValue", "([Ljava/lang/Object;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)]
public Android.Icu.Text.ListFormatter.FormattedList? FormatToValue (params Java.Lang.Object[]? items);
[<Android.Runtime.Register("formatToValue", "([Ljava/lang/Object;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)>]
member this.FormatToValue : Java.Lang.Object[] -> Android.Icu.Text.ListFormatter.FormattedList

パラメーター

items
Object[]

戻り値

属性

適用対象

FormatToValue(ICollection<Object>)

[Android.Runtime.Register("formatToValue", "(Ljava/util/Collection;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)]
public Android.Icu.Text.ListFormatter.FormattedList? FormatToValue (System.Collections.Generic.ICollection<object>? items);
[<Android.Runtime.Register("formatToValue", "(Ljava/util/Collection;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)>]
member this.FormatToValue : System.Collections.Generic.ICollection<obj> -> Android.Icu.Text.ListFormatter.FormattedList

パラメーター

戻り値

属性

適用対象