XmlDictionaryReader.ReadContentAsChars(Char[], Int32, Int32) メソッド

定義

コンテンツを char 配列に読み取ります。

public:
 virtual int ReadContentAsChars(cli::array <char> ^ chars, int offset, int count);
public virtual int ReadContentAsChars (char[] chars, int offset, int count);
abstract member ReadContentAsChars : char[] * int * int -> int
override this.ReadContentAsChars : char[] * int * int -> int
Public Overridable Function ReadContentAsChars (chars As Char(), offset As Integer, count As Integer) As Integer

パラメーター

chars
Char[]

文字を格納する配列。

offset
Int32

配列の開始インデックス。

count
Int32

配列に格納する文字の数。

戻り値

読み取られた文字数。

適用対象