CsGlobals.Locals property
Gets the dictionary containing local variables for delegate execution.
public IReadOnlyDictionary<string, object?> Locals { get; }
See Also
- recordĀ CsGlobals
- namespaceĀ Kestrun.Languages
Gets the dictionary containing local variables for delegate execution.
public IReadOnlyDictionary<string, object?> Locals { get; }