C# Класс Vertesaur.Generation.Expressions.LocalExpressionVariableManager.VariableUsage

A variable container that returns the expression variable back to an unused pool when disposed.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Demotes the contained variable expression to the pending variable pool.

Приватные методы

Метод Описание
CodeContractInvariants ( ) : void
VariableUsage ( LocalExpressionVariableManager manager, System.Linq.Expressions.ParameterExpression variable ) : System

Описание методов

Dispose() публичный Метод

Demotes the contained variable expression to the pending variable pool.
public Dispose ( ) : void
Результат void