Click or drag to resize

CSharpParserDirectiveDelimiters Field

The //css_* directive delimiters.
Remarks
All //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
Syntax
C#
public static char[] DirectiveDelimiters

Field Value

Type: Char
See Also