Click or drag to resize

CodeUnitRequiresEmptyStatement Property

True if the BlockStatement requires an empty statement if it has an empty block with no braces.

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

Property Value

Type: Boolean
See Also