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

상속: Microsoft.Cci.MutableCodeModel.CodeRewriter
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
Rewrite ( IAnonymousDelegate anonymousDelegate ) : IExpression

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

Rewrite ( IExpression expression ) : IExpression

비공개 메소드들

메소드 설명
ObjectInvariant ( ) : void
PopReplacer ( IMetadataHost host, List statements, int i, int numberOfPopsToIgnore ) : System.Collections.Generic

메소드 상세

Rewrite() 공개 메소드

Do not replace pops in lambdas: they must not be confused with pops that are not within them.
public Rewrite ( IAnonymousDelegate anonymousDelegate ) : IExpression
anonymousDelegate IAnonymousDelegate
리턴 IExpression

Rewrite() 공개 메소드

public Rewrite ( IExpression expression ) : IExpression
expression IExpression
리턴 IExpression