In This Article

DotNetParseData Class

Stores the results of a .NET language parsing operation.

public class DotNetParseData : LLParseData, IDotNetParseData, ILLParseData, IParseData, IParseErrorProvider
Inheritance:
object LLParseData object
Implements:
IDotNetParseData ILLParseData IParseData IParseErrorProvider

Constructors

DotNetParseData()

Initializes an instance of the class.

public DotNetParseData()

Properties

PreprocessorDirectives

Gets the collection of preprocessor directives.

public IList<PreprocessorDirective> PreprocessorDirectives { get; }

Property Value

IList<PreprocessorDirective>:

The collection of preprocessor directives.

Inherited Members