Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
Item プロパティ (CharBuffer)
インデックスでバッファ内の文字を取得または設定します。
シンタックス
'宣言
Public Default Property Item( _
ByVal As Integer _
) As Char
public char this[
int
]; {get; set;}
パラメータ
- index
- インデックス。
プロパティ値
指定したインデックスでバッファに置かれた文字。
参照