System.Xml.ReadState Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Specifies the state of the reader.
C# Syntax:
[Serializable]
public enum ReadState
See also:
System.Xml Namespace

System.Xml.ReadState Member List:

Public Fields
Closed The XmlReader.Close method has been called.
EndOfFile The end of the file has been reached successfully.
Error
Initial The Read method has not been called.
Interactive The Read method has been called. Additional methods may be called on the reader.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.