ParseResult

Struct in StructuredCommandParser

Inherits from System.ValueType

Summary

Represents the result of a parse operation containing both the parsed context and diagnostics.

public struct ParseResult

Fields

Name
Description

The parsed structured command context.

A collection of diagnostics produced during parsing.

Properties

Name
Description

Gets a value indicating whether the parse result is valid (that is, it contains no parse errors.)

Last updated

Was this helpful?