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

要放入数组中的字符数。

返回

读取的字符数。

适用于