JavaList.Remove Method

Definition

Overloads

Remove(Int32)
Remove(Object)
Remove(Object)

Remove(Int32)

public virtual Java.Lang.Object? Remove (int location);
abstract member Remove : int -> Java.Lang.Object
override this.Remove : int -> Java.Lang.Object

Parameters

location
Int32

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

Remove(Object)

public void Remove (object? item);
abstract member Remove : obj -> unit
override this.Remove : obj -> unit

Parameters

item
Object

Implements

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

Remove(Object)

public virtual bool Remove (Java.Lang.Object? item);
abstract member Remove : Java.Lang.Object -> bool
override this.Remove : Java.Lang.Object -> bool

Parameters

item
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