System.Dynamic.BindingRestrictions.GetExpression C# (CSharp) Méthode

GetExpression() abstract private méthode

abstract private GetExpression ( ) : Expression
Résultat System.Linq.Expressions.Expression
        internal abstract Expression GetExpression();

Usage Example

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