CsGlobals record
Provides global and local variable dictionaries and context for C# delegate execution.
public record CsGlobals
Public Members
| name | description |
|---|---|
| CsGlobals(…) | Initializes a new instance of the CsGlobals class with the specified global variables. (4 constructors) |
| Context { get; } | Gets the Kestrun execution context for delegate execution. |
| Globals { get; } | Gets the dictionary containing global variables for delegate execution. |
| Locals { get; } | Gets the dictionary containing local variables for delegate execution. |
See Also
- namespace Kestrun.Languages