Click or drag to resize

IBlock Interface

This interface is implemented by all code objects that can have a Block for a body (subclasses of BlockStatement, AnonymousMethodBase, DocCode).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public interface IBlock

The IBlock type exposes the following members.

Properties
  NameDescription
Public propertyBody
The Block body.
Public propertyHasHeader
True if the Block has a header.
Public propertyIsMethodBodyLevel
True if the Block is at a method body level.
Public propertyIsSingleLine
True if the Block is formatted on a single line.
Public propertyIsTopLevel
True if the Block is at the top-level.
Top
Methods
See Also