言語

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

置換する文字の 0 から始まるインデックス。

ch
Char

設定する文字。

属性

注釈

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象