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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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