A VB.Net Universal Predicate Builder

# A VB.Net Universal Predicate Builder

I'm maintaining a code base in VB.Net, and was in need of a predicate builder as I need to build some dynamic-ish LINQ statements. If you have read C# In a Nutshell, there's a predicate builder freely available from that, but I came across a better one here(opens new window) . Not in VB.Net though, so here's a port from C# to VB.Net(opens new window) .