I need some in-memory filtering with Dynamic Linq.
My objects have only a indexer:...public object this[int index] { }
...The access to my data is like: object[0], object[1],......So my query is like this:...// get FilterText from user at runtime
// eg....