SyntaxTree.HasCompilationUnitRoot Property

Definition

Returns true if this syntax tree has a root with SyntaxKind "CompilationUnit".

public:
 abstract property bool HasCompilationUnitRoot { bool get(); };
public abstract bool HasCompilationUnitRoot { get; }
member this.HasCompilationUnitRoot : bool
Public MustOverride ReadOnly Property HasCompilationUnitRoot As Boolean

Property Value

Applies to