Click or drag to resize

CodeTextsWithHash Constructor

Initializes a new instance of the CodeTextsWithHash class.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CodeTextsWithHash(
	IEnumerable<string> codeTexts
)

Parameters

codeTexts  IEnumerableString
The code text(s).
See Also