System.Dynamic.BindingRestrictions.TestBuilder.Append C# (CSharp) 메소드

Append() 개인적인 메소드

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