IronRuby.Runtime.BlockUnwinder.BlockUnwinder C# (CSharp) Method

BlockUnwinder() private method

private BlockUnwinder ( object returnValue, bool isRedo ) : System
returnValue object
isRedo bool
return System
        internal BlockUnwinder(object returnValue, bool isRedo)
            : base(returnValue) {
            IsRedo = isRedo;
        }
    }
BlockUnwinder