XmlDictionaryReader.ReadContentAsChars(Char[], Int32, Int32) Metoda

Definicja

Odczytuje zawartość do tablicy 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

Parametry

chars
Char[]

Tablica, w której są umieszczane znaki.

offset
Int32

Indeks początkowy w tablicy.

count
Int32

Liczba znaków do umieszczenia w tablicy.

Zwraca

Liczba odczytanych znaków.

Dotyczy