The CogScriptGen CogCodeBlankLineStatement type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EndDirectives | Gets a CodeDirectiveCollection object that contains end directives. (Inherited from CodeStatement.) | |
| LinePragma | Gets or sets the line on which the code statement occurs. (Inherited from CodeStatement.) | |
| StartDirectives | Gets a CodeDirectiveCollection object that contains start directives. (Inherited from CodeStatement.) | |
| UserData | Gets the user-definable data for the current object. (Inherited from CodeObject.) | |
| Value | Gets or sets the literal code fragment statement. (Inherited from CodeSnippetStatement.) |
See Also