Click or drag to resize

StringDocument Constructor

Initializes a new StringDocument instance.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
public StringDocument(
	DocumentInfo info,
	string contents
)

Parameters

info
Type: Microsoft.ClearScriptDocumentInfo
A structure containing meta-information for the document.
contents
Type: SystemString
A string containing the document's contents.
See Also