Click or drag to resize

BlockStatementIsMultiPart Property

True for multi-part statements, such as try/catch/finally or if/else.

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

Property Value

Type: Boolean
See Also