Android.Text.IEditable.Insert Method
Convenience for replace(where, where, text, 0, text.length());

Syntax

[Android.Runtime.Register("insert", "(ILjava/lang/CharSequence;)Landroid/text/Editable;", "GetInsert_ILjava_lang_CharSequence_Handler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IEditable Insert (int where, Java.Lang.ICharSequence text)

See Also

IEditable.Replace(int, System.Int32, System.Int32, System.Int32, System.Int32)

Parameters

where
Documentation for this section has not yet been entered.
text
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for replace(where, where, text, 0, text.length());

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1