C# Class IronPython.Runtime.PythonDebuggingPayload

Mostrar archivo Open project: jschementi/iron Class Usage Examples

Public Properties

Property Type Description
Code FunctionCode

Public Methods

Method Description
PythonDebuggingPayload ( FunctionCode code ) : System.Linq.Expressions

Private Methods

Method Description
GatherLocations ( ) : void

Method Details

PythonDebuggingPayload() public method

public PythonDebuggingPayload ( FunctionCode code ) : System.Linq.Expressions
code FunctionCode
return System.Linq.Expressions

Property Details

Code public_oe property

public FunctionCode,IronPython.Runtime Code
return FunctionCode