C# 클래스 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.
파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
Code System.WeakReference
Next CodeList

공개 메소드들

메소드 설명
CodeList ( ) : System.Linq.Expressions
CodeList ( WeakReference code, CodeList next ) : System.Linq.Expressions

메소드 상세

CodeList() 공개 메소드

public CodeList ( ) : System.Linq.Expressions
리턴 System.Linq.Expressions

CodeList() 공개 메소드

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

프로퍼티 상세

Code 공개적으로 프로퍼티

public WeakReference,System Code
리턴 System.WeakReference

Next 공개적으로 프로퍼티

public CodeList Next
리턴 CodeList