語言

ArrayList.ReplaceAll(IUnaryOperator) 方法

定義

[Android.Runtime.Register("replaceAll", "(Ljava/util/function/UnaryOperator;)V", "GetReplaceAll_Ljava_util_function_UnaryOperator_Handler", ApiSince=24)]
public virtual void ReplaceAll(Java.Util.Functions.IUnaryOperator operator);
[<Android.Runtime.Register("replaceAll", "(Ljava/util/function/UnaryOperator;)V", "GetReplaceAll_Ljava_util_function_UnaryOperator_Handler", ApiSince=24)>]
abstract member ReplaceAll : Java.Util.Functions.IUnaryOperator -> unit
override this.ReplaceAll : Java.Util.Functions.IUnaryOperator -> unit

參數

operator
IUnaryOperator

實作

屬性

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於