I have the next method:
public List<CustomType> GetRecords(Func<CustomType, AnotherType> members).
This method is called by different client applications.
It is possible extract the Bindings in members.Body?
It is possible change or remove the Bindings in members.Body?
How to?
Thanks!