System.Dynamic.BindingRestrictions.TestBuilder.Append C# (CSharp) Method

Append() private method

private Append ( BindingRestrictions restrictions ) : void
restrictions BindingRestrictions
return void
            internal void Append(BindingRestrictions restrictions)
            {
                if (_unique.Add(restrictions))
                {
                    Push(restrictions.GetExpression(), 0);
                }
            }
BindingRestrictions.TestBuilder