Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Vertesaur
Generation
Expressions
LocalExpressionVariableManager.VariableUsage
C# Class Vertesaur.Generation.Expressions.LocalExpressionVariableManager.VariableUsage
A variable container that returns the expression variable back to an unused pool when disposed.
Inheritance:
IDisposable
Afficher le fichier
Open project: aarondandy/vertesaur
Méthodes publiques
Méthode
Description
Dispose
( ) :
void
Demotes the contained variable expression to the pending variable pool.
Private Methods
Méthode
Description
CodeContractInvariants
( ) :
void
VariableUsage
(
LocalExpressionVariableManager
manager
,
System.Linq.Expressions.ParameterExpression
variable
) :
System
Method Details
Dispose()
public
méthode
Demotes the contained variable expression to the pending variable pool.
public
Dispose
( ) :
void
Résultat
void