 | CSharpParserDirectiveDelimiters Field |
The //css_* directive delimiters.
RemarksAll //css_* directives should escape any internal CS-Script delimiters by doubling the delimiter character.
For example //css_include for 'script(today).cs' should escape brackets as they are the directive delimiters.
The correct syntax would be as follows '//css_include script((today)).cs;'
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic static char[] DirectiveDelimiters
Field Value
Type:
Char
See Also