Click or drag to resize

NamespaceDeclIsMethodBodyLevel Property

True if a BlockStatement is at a method body level (contains general code statements). For example, anything at a MethodDeclBase level or lower in the code tree. Specifically, NOT a NamespaceDecl, TypeDecl, or PropertyDeclBase.

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

Property Value

Type: Boolean

Implements

IBlockIsMethodBodyLevel
See Also