Click or drag to resize

CSharpParserImportInfo Constructor

Creates an instance of ImportInfo.

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

Parameters

statement
Type: SystemString
CS-Script import directive (//css_import...) string.
parentScript
Type: SystemString
name of the parent (primary) script file.
See Also