Table of Contents

Interface ICallStackFrame

Namespace
RDCore.SDK.Runtime.Abstract.Execution
Assembly
RDCore.SDK.dll
public interface ICallStackFrame : IStackFrame<InputIndex>, IStackFrame
Inherited Members

Properties

this[Symbol]

Gets the VBTypedValue currently held in this frame for the specified locally-scoped Symbol.

VBTypedValue this[Symbol symbol] { get; }

Parameters

symbol Symbol

Property Value

VBTypedValue

Remarks

⚠️ CallStackFrame frames are not immutable: the value retrieved for a given symbol may be different at a subsequent retrieval.