CodeTextsWithHash Constructor |
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public CodeTextsWithHash(
IEnumerable<string> codeTexts
)
Parameters
- codeTexts IEnumerableString
- The code text(s).
See Also