C# Class VSCodeDebug.StackFrame

Exibir arquivo Open project: Microsoft/vscode-mono-debug Class Usage Examples

Public Methods

Method Description
StackFrame ( int id, string name, Source source, int line, int column ) : System

Method Details

StackFrame() public method

public StackFrame ( int id, string name, Source source, int line, int column ) : System
id int
name string
source Source
line int
column int
return System