C# Class IronRuby.Builtins.Binding

Show file Open project: ExpertsInside/IronSP Class Usage Examples

Public Methods

Method Description
Binding ( IronRuby.Runtime.RubyScope localScope ) : Microsoft.Scripting.Utils
Binding ( IronRuby.Runtime.RubyScope localScope, object self ) : Microsoft.Scripting.Utils

Method Details

Binding() public method

public Binding ( IronRuby.Runtime.RubyScope localScope ) : Microsoft.Scripting.Utils
localScope IronRuby.Runtime.RubyScope
return Microsoft.Scripting.Utils

Binding() public method

public Binding ( IronRuby.Runtime.RubyScope localScope, object self ) : Microsoft.Scripting.Utils
localScope IronRuby.Runtime.RubyScope
self object
return Microsoft.Scripting.Utils