Show / Hide Table of Contents

Class PreprocessorDirectiveSyntax

Inheritance
System.Object
SyntaxNode
PreprocessorDirectiveSyntax
Inherited Members
SyntaxNode.IsParsed
SyntaxNode.ToString()
SyntaxNode.Write(TextWriter)
Namespace: DotLang.CodeAnalysis.Syntax
Assembly: DotLang.dll
Syntax
public sealed class PreprocessorDirectiveSyntax : SyntaxNode

Properties

| Improve this Doc View Source

Directive

Declaration
public SyntaxToken Directive { get; }
Property Value
Type Description
SyntaxToken

Methods

| Improve this Doc View Source

Accept(SyntaxVisitor)

Declaration
public override void Accept(SyntaxVisitor visitor)
Parameters
Type Name Description
SyntaxVisitor visitor
Overrides
SyntaxNode.Accept(SyntaxVisitor)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX