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

GetExpression() 추상적인 개인적인 메소드

abstract private GetExpression ( ) : Expression
리턴 System.Linq.Expressions.Expression
        internal abstract Expression GetExpression();

Usage Example

예제 #1
0
 internal void Append(BindingRestrictions restrictions)
 {
     if (_unique.Add(restrictions))
     {
         Push(restrictions.GetExpression(), 0);
     }
 }
All Usage Examples Of System.Dynamic.BindingRestrictions::GetExpression