C# Class Vertesaur.Generation.Expressions.LocalExpressionVariableManager.VariableUsage

A variable container that returns the expression variable back to an unused pool when disposed.
Inheritance: IDisposable
Show file Open project: aarondandy/vertesaur

Public Methods

Method Description
Dispose ( ) : void

Demotes the contained variable expression to the pending variable pool.

Private Methods

Method Description
CodeContractInvariants ( ) : void
VariableUsage ( LocalExpressionVariableManager manager, System.Linq.Expressions.ParameterExpression variable ) : System

Method Details

Dispose() public method

Demotes the contained variable expression to the pending variable pool.
public Dispose ( ) : void
return void