C# Class Microsoft.Cci.ILToCodeModel.PopCounter

Inheritance: CodeTraverser
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

TraverseChildren() public méthode

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
Résultat void

TraverseChildren() public méthode

public TraverseChildren ( IExpression expression ) : void
expression IExpression
Résultat void