C# 클래스 Microsoft.Cci.ILToCodeModel.PopCounter

상속: CodeTraverser
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
TraverseChildren ( IAnonymousDelegate anonymousDelegate ) : void

Do not count pops in lambdas: they must not be confused with pops that are not within them.

TraverseChildren ( IExpression expression ) : void

메소드 상세

TraverseChildren() 공개 메소드

Do not count pops in lambdas: they must not be confused with pops that are not within them.
public TraverseChildren ( IAnonymousDelegate anonymousDelegate ) : void
anonymousDelegate IAnonymousDelegate
리턴 void

TraverseChildren() 공개 메소드

public TraverseChildren ( IExpression expression ) : void
expression IExpression
리턴 void