In This Article

IIronyParseData Interface

Provides the base requirements for a class that contains the results of an Irony parsing operation.

public interface IIronyParseData : IParseData, IParseErrorProvider

Properties

ParseTree

The object that contains the parse tree result.

object? ParseTree { get; }

Property Value

object

Inherited Members

Extension Methods