XmlSerializationReader.CheckReaderCount(Int32, Int32) Metodo

Definizione

Verifica l'avanzamento del deserializzatore.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 void CheckReaderCount(int % whileIterations, int % readerCount);
protected void CheckReaderCount (ref int whileIterations, ref int readerCount);
member this.CheckReaderCount : int * int -> unit
Protected Sub CheckReaderCount (ByRef whileIterations As Integer, ByRef readerCount As Integer)

Parametri

whileIterations
Int32

Il count corrente è in un ciclo while.

readerCount
Int32

Oggetto ReaderCount corrente.

Eccezioni

La proprietà ReaderCount non è avanzata.

Commenti

Il metodo viene usato dalle classi generate e non deve essere richiamato direttamente.

Il CheckReaderCount metodo viene usato quando l'attributo dell'elemento checkDeserializerAdvances <xmlSerializer> di configurazione è impostato su true. Per altre informazioni, vedere <elemento xmlSerializer>.

Si applica a