C# Класс Microsoft.Cci.ILToCodeModel.PopReplacer

Наследование: Microsoft.Cci.MutableCodeModel.CodeRewriter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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