C# Class IronPython.Runtime.FunctionCode.CodeList

Extremely light weight linked list of weak references used for tracking all of the FunctionCode objects which get created and need to be updated for purposes of recursion enforcement or tracing.
Mostrar archivo Open project: jschementi/iron

Public Properties

Property Type Description
Code System.WeakReference
Next CodeList

Public Methods

Method Description
CodeList ( ) : System.Linq.Expressions
CodeList ( WeakReference code, CodeList next ) : System.Linq.Expressions

Method Details

CodeList() public method

public CodeList ( ) : System.Linq.Expressions
return System.Linq.Expressions

CodeList() public method

public CodeList ( WeakReference code, CodeList next ) : System.Linq.Expressions
code System.WeakReference
next CodeList
return System.Linq.Expressions

Property Details

Code public_oe property

public WeakReference,System Code
return System.WeakReference

Next public_oe property

public CodeList Next
return CodeList