C# Class ICSharpCode.NRefactory.CSharp.Refactoring.AccessToClosureIssue.Environment

Inheritance: Node
Afficher le fichier Open project: mono-soc-2012/NRefactory

Méthodes publiques

Méthode Description
Environment ( AstNode astNode, Statement body ) : System
GetAllReferences ( ) : IEnumerable
GetChildEnvironments ( ) : IEnumerable
SortChildren ( ) : void

Method Details

Environment() public méthode

public Environment ( AstNode astNode, Statement body ) : System
astNode AstNode
body Statement
Résultat System

GetAllReferences() public méthode

public GetAllReferences ( ) : IEnumerable
Résultat IEnumerable

GetChildEnvironments() public méthode

public GetChildEnvironments ( ) : IEnumerable
Résultat IEnumerable

SortChildren() public méthode

public SortChildren ( ) : void
Résultat void