IronRuby.Builtins.Binding.Binding C# (CSharp) Method

Binding() public method

public Binding ( IronRuby.Runtime.RubyScope localScope ) : Microsoft.Scripting.Utils
localScope IronRuby.Runtime.RubyScope
return Microsoft.Scripting.Utils
        public Binding(RubyScope/*!*/ localScope) 
            : this(localScope, localScope.SelfObject) {
        }

Same methods

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