XmlSerializationReader.CheckReaderCount(Int32, Int32) Metodo

Definizione

Controlla se il deserializzatore è avanzato.

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

Oggetto corrente count in un ciclo while.

readerCount
Int32

Oggetto corrente ReaderCount.

Eccezioni

l'oggetto ReaderCount non è avanzato.

Commenti

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

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

Si applica a