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.
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Свойство Type Description
Code System.WeakReference
Next CodeList

Méthodes publiques

Méthode Description
CodeList ( ) : System.Linq.Expressions
CodeList ( WeakReference code, CodeList next ) : System.Linq.Expressions

Method Details

CodeList() public méthode

public CodeList ( ) : System.Linq.Expressions
Résultat System.Linq.Expressions

CodeList() public méthode

public CodeList ( WeakReference code, CodeList next ) : System.Linq.Expressions
code System.WeakReference
next CodeList
Résultat System.Linq.Expressions

Property Details

Code public_oe property

public WeakReference,System Code
Résultat System.WeakReference

Next public_oe property

public CodeList Next
Résultat CodeList