Skip to content

Instantly share code, notes, and snippets.

@enisn
Created April 16, 2020 20:00
Show Gist options
  • Select an option

  • Save enisn/367dbd90b51dd75527d11d9fc7c1a139 to your computer and use it in GitHub Desktop.

Select an option

Save enisn/367dbd90b51dd75527d11d9fc7c1a139 to your computer and use it in GitHub Desktop.
Challenge # 1 - Solution 1 - IFilterableType.cs
public interface IFilterableType
{
Expression BuildExpression(Expression expressionBody, PropertyInfo property, object value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment