IEditable
Append(Char)
Append(ICharSequence)
Append(ICharSequence, Int32, Int32)
Clear()
ClearSpans()
Delete(Int32, Int32)
GetFilters()
Insert(Int32, ICharSequence)
Insert(Int32, ICharSequence, Int32, Int32)
Replace(Int32, Int32, ICharSequence)
Replace(Int32, Int32, ICharSequence, Int32, Int32)
SetFilters(IInputFilter[])
Append(IEditable, String)
Append(IEditable, String, Int32, Int32)
Insert(IEditable, Int32, String)
Insert(IEditable, Int32, String, Int32, Int32)
Replace(IEditable, Int32, Int32, String)
Replace(IEditable, Int32, Int32, String, Int32, Int32)
monoandroid
namespace Android.Text
{
public static class IEditableExtensions
{
public static IEditable? Insert(this IEditable! self, int where, string? text);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API