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

Inheritance: LexicalScope
Datei anzeigen Open project: jschementi/iron

Public Properties

Property Type Description
_parentRescue RescueScope

Public Methods

Method Description
RescueScope ( System.Linq.Expressions retryingVariable, System.Linq.Expressions retryLabel ) : System

Method Details

RescueScope() public method

public RescueScope ( System.Linq.Expressions retryingVariable, System.Linq.Expressions retryLabel ) : System
retryingVariable System.Linq.Expressions
retryLabel System.Linq.Expressions
return System

Property Details

_parentRescue public_oe property

public RescueScope _parentRescue
return RescueScope