SpannedString.GetChars(Int32, Int32, Char[], Int32) Method

Definition

[Android.Runtime.Register("getChars", "(II[CI)V", "")]
public override void GetChars (int start, int end, char[]? dest, int off);
[<Android.Runtime.Register("getChars", "(II[CI)V", "")>]
override this.GetChars : int * int * char[] * int -> unit

Parameters

start
Int32
end
Int32
dest
Char[]
off
Int32

Implements

Attributes

Applies to