IronRuby.Runtime.Calls.MetaObjectBuilder.Add C# (CSharp) Method

Add() private method

private Add ( BindingRestrictions restriction ) : void
restriction System.Dynamic.BindingRestrictions
return void
        private void Add(BindingRestrictions/*!*/ restriction) {
            Debug.Assert(!_treatRestrictionsAsConditions);
            _restrictions = _restrictions.Merge(restriction);
        }