Click or drag to resize

CSharpParserInitInfo Constructor

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public InitInfo(
	string statement
)

Parameters

statement
Type: SystemString
The original argument statement of the //css_init directive.
See Also