Gets a collection with defined variables and their values.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C#
![]() |
---|
public Dictionary<string, Object> LocalVars { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property LocalVars As Dictionary(Of String, Object) |
A dictionary with variables and their values.
After a byte code is evaluated within this context, LocalVars is updated with all variables declared in the code.