Interface ICompilationUnitSyntax
Interface implemented by any node that is the root 'CompilationUnit' of a Syntax
This interface provides a common way to both easily find the root of a Syntax
Namespace: Loretta.CodeAnalysis
Assembly: Loretta.CodeAnalysis.dll
Syntax
public interface ICompilationUnitSyntax
Properties
| Improve this Doc View SourceEndOfFileToken
Represents the end of the source file. This Syntax
Declaration
SyntaxToken EndOfFileToken { get; }
Property Value
Type | Description |
---|---|
Syntax |