Click or drag to resize

commandLineEntrycommentedOut Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
If true, it means that this line contains just comment. When this is true, hasComment is also true and hasCommand is false;

Namespace:  imbACE.Core.commands
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public bool commentedOut { get; }
Request Example View Source

Property Value

Type: Boolean
true if [commented out]; otherwise, false.
See Also