Click or drag to resize
ParserState Class
Models a type that records the parser state after parsing.
Inheritance Hierarchy
SystemObject
  X3Platform.CommandLineParserState

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public sealed class ParserState : IParserState

The ParserState type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyErrors
Gets a list of parsing errors.
Top
See Also