XmlSerializationReader.CheckReaderCount(Int32, Int32) Metoda

Definicja

Sprawdza, czy deserializator ma zaawansowane.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

whileIterations
Int32

Bieżący count w pętli while.

readerCount
Int32

Bieżąca klasa ReaderCount.

Wyjątki

Element ReaderCount nie został zaawansowany.

Uwagi

Metoda jest używana przez wygenerowane klasy i nie powinna być wywoływana bezpośrednio.

Metoda CheckReaderCount jest używana, gdy checkDeserializerAdvances atrybut <xmlSerializer> elementu konfiguracji jest ustawiony na true. Aby uzyskać więcej informacji, zobacz <xmlSerializer> , element.

Dotyczy