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
The collection of preprocessor directives.
IList<PreprocessorDirective> PreprocessorDirectives { get; }
Property Value
See Also
Inherited Members
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)