Click or drag to resize

CodeUnitIsTopLevel Property

True if a BlockStatement is at the top level (those that have no header and no indent). For example, a CodeUnit, a BlockDecl with no parent or a DocComment or Project parent.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override bool IsTopLevel { get; }

Property Value

Type: Boolean

Implements

IBlockIsTopLevel
See Also