 | CSharpParserImportInfo Constructor |
Creates an instance of ImportInfo.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic 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