Click or drag to resize

ConcurrentScriptCompilerResultDictionaryTryAdd Method

Tries to add a compilation result.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryAdd(
	IScriptCompilerResult result
)

Parameters

result  IScriptCompilerResult
The compilation result.

Return Value

Boolean
True if successful; otherwise false (if it is already present).
See Also