System.Dynamic.BindingRestrictions.CustomRestriction.CustomRestriction C# (CSharp) Method

CustomRestriction() private method

private CustomRestriction ( Expression expression ) : System.Collections.Generic
expression System.Linq.Expressions.Expression
return System.Collections.Generic
            internal CustomRestriction(Expression expression)
            {
                Debug.Assert(expression != null);
                _expression = expression;
            }