Click or drag to resize

ScriptCompilerSuccessfulResultScriptTextCount Property

Gets the number of source code fragments that make up the compilation result.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int ScriptTextCount { get; }

Property Value

Int32

Implements

IScriptCompilerResultScriptTextCount
See Also