IronRuby.Runtime.Calls.MetaObjectBuilder.Add C# (CSharp) Méthode

Add() private méthode

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