public sealed override System.Linq.Expressions.Expression Bind(object[] args, System.Collections.ObjectModel.ReadOnlyCollection <System.Linq.Expressions.ParameterExpression> parameters, System.Linq.Expressions.LabelTarget returnLabel)
 {
     throw null;
 }
Ejemplo n.º 2
0
 public abstract System.Linq.Expressions.Expression Bind(object[] args, System.Collections.ObjectModel.ReadOnlyCollection <System.Linq.Expressions.ParameterExpression> parameters, System.Linq.Expressions.LabelTarget returnLabel);
 public sealed override System.Linq.Expressions.Expression Bind(Object[] args, System.Collections.ObjectModel.ReadOnlyCollection <System.Linq.Expressions.ParameterExpression> parameters, System.Linq.Expressions.LabelTarget returnLabel)
 {
     return(default(System.Linq.Expressions.Expression));
 }