In This Article

IDotNetParseData Interface

Provides the base requirements of an object that stores the results of a .NET language parsing operation.

public interface IDotNetParseData : ILLParseData, IParseData, IParseErrorProvider

Properties

PreprocessorDirectives

Gets the collection of preprocessor directives.

IList<PreprocessorDirective> PreprocessorDirectives { get; }

Property Value

IList<PreprocessorDirective>:

The collection of preprocessor directives.

See Also

Inherited Members

See Also