Table of Contents

Interface IStackFrame<TInputIndex>

Namespace
RDCore.SDK.Runtime.Abstract.Execution
Assembly
RDCore.SDK.dll

Defines the representation of a single generic, indexed stack frame.

public interface IStackFrame<TInputIndex> : IStackFrame where TInputIndex : struct, Enum

Type Parameters

TInputIndex
Inherited Members

Properties

this[TInputIndex]

VBTypedValue this[TInputIndex value] { get; }

Parameters

value TInputIndex

Property Value

VBTypedValue