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

Gets the object that contains the parse tree result.

object ParseTree { get; }

Property Value

Object:

The object that contains the parse tree result.

Inherited Members