Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Vertesaur
Generation
Expressions
LocalExpressionVariableManager.VariableUsage
C# 클래스 Vertesaur.Generation.Expressions.LocalExpressionVariableManager.VariableUsage
A variable container that returns the expression variable back to an unused pool when disposed.
상속:
IDisposable
파일 보기
프로젝트 열기: aarondandy/vertesaur
공개 메소드들
메소드
설명
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