CodeTextsWithHashCodeTexts Property |
Gets the code text.
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyList<string> CodeTexts { get; }
Property Value
IReadOnlyListString
The code text.
See Also