C# Class IronRuby.Compiler.Ast.AstGenerator.RescueScope

Inheritance: LexicalScope
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Свойство Type Description
_parentRescue RescueScope

Méthodes publiques

Méthode Description
RescueScope ( System.Linq.Expressions retryingVariable, System.Linq.Expressions retryLabel ) : System

Method Details

RescueScope() public méthode

public RescueScope ( System.Linq.Expressions retryingVariable, System.Linq.Expressions retryLabel ) : System
retryingVariable System.Linq.Expressions
retryLabel System.Linq.Expressions
Résultat System

Property Details

_parentRescue public_oe property

public RescueScope _parentRescue
Résultat RescueScope