Share via


SourceContext.CallStack Property

Definition

Gets the stack of SourceRange objects which represent the calling relationships between declarative assets.

public System.Collections.Generic.Stack<Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange> CallStack { get; }
member this.CallStack : System.Collections.Generic.Stack<Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange>
Public ReadOnly Property CallStack As Stack(Of SourceRange)

Property Value

The stack of SourceRange objects which represent the calling relationships between declarative assets.

Applies to