XmlDictionaryReader.ReadContentAsChars(Char[], Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将内容读入 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
要放入数组中的字符数。
返回
读取的字符数。