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

배열에 배치할 문자의 수입니다.

반환

읽은 문자 수입니다.

적용 대상