IListIterator.Add(Object) Method

Definition

Inserts the specified element into the list (optional operation).

[Android.Runtime.Register("add", "(Ljava/lang/Object;)V", "GetAdd_Ljava_lang_Object_Handler:Java.Util.IListIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Add (Java.Lang.Object? e);
[<Android.Runtime.Register("add", "(Ljava/lang/Object;)V", "GetAdd_Ljava_lang_Object_Handler:Java.Util.IListIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Add : Java.Lang.Object -> unit

Parameters

e
Object

the element to insert

Attributes

Remarks

Java documentation for java.util.ListIterator.add(E).

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