Click or drag to resize
ParserStateAttribute Class
Indicates that the property can receive an instance of type IParserState.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    X3Platform.CommandLineParserStateAttribute

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

The ParserStateAttribute type exposes the following members.

Constructors
  NameDescription
Public methodParserStateAttribute
Initializes a new instance of the ParserStateAttribute class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top
See Also