Méthode | Description | |
---|---|---|
TraverseChildren ( IBlockExpression blockExpression ) : void | ||
TraverseChildren ( IBlockStatement block ) : void | ||
TraverseChildren ( ICatchClause catchClause ) : void | ||
TraverseChildren ( IForEachStatement forEachStatement ) : void | ||
TraverseChildren ( ILocalDeclarationStatement localDeclarationStatement ) : void |
Méthode | Description | |
---|---|---|
ObjectInvariant ( ) : void | ||
ScopesWithCapturedLocalsFinder ( IFieldReference>.Dictionary |
A traverser that records all of the blocks that declare locals that have been captured by anonymous delegates. This runs as a second pass, after all of the captured locals have been found.
|
public TraverseChildren ( IBlockExpression blockExpression ) : void | ||
blockExpression | IBlockExpression | |
Résultat | void |
public TraverseChildren ( IBlockStatement block ) : void | ||
block | IBlockStatement | |
Résultat | void |
public TraverseChildren ( ICatchClause catchClause ) : void | ||
catchClause | ICatchClause | |
Résultat | void |
public TraverseChildren ( IForEachStatement forEachStatement ) : void | ||
forEachStatement | IForEachStatement | |
Résultat | void |
public TraverseChildren ( ILocalDeclarationStatement localDeclarationStatement ) : void | ||
localDeclarationStatement | ILocalDeclarationStatement | |
Résultat | void |