ConcurrentScriptCompilerResultDictionaryTryAdd Method |
Tries to add a compilation result.
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryAdd(
IScriptCompilerResult result
)
Parameters
- result IScriptCompilerResult
- The compilation result.
Return Value
BooleanTrue if successful; otherwise false (if it is already present).
See Also