StringBuffer.SetCharAt(Int32, Char) 方法

定义

在 . 处 index设置字符

[Android.Runtime.Register("setCharAt", "(IC)V", "")]
public override void SetCharAt (int index, char ch);
[<Android.Runtime.Register("setCharAt", "(IC)V", "")>]
override this.SetCharAt : int * char -> unit

参数

index
Int32

要替换的字符的从零开始的索引。

ch
Char

要设置的字符。

属性

注解

适用于 . 的 java.lang.StringBuffer.setCharAt(int, char)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于