Click or drag to resize

ResourceText Constructor (Int32, String)

Initializes a new instance of the ResourceText class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ResourceText(
	int resourceNumber,
	string text
)

Parameters

resourceNumber
Type: SystemInt32
Resource id.
text
Type: SystemString
Text featured in the text resource.
See Also