Click or drag to resize

CSharpParser Constructor (String)

Creates an instance of CSharpParser.

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

Parameters

code
Type: SystemString
C# code string
See Also