markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

first stab at #310 support for operator conversions #312

Closed seburgi closed 5 years ago

seburgi commented 10 years ago

This is the first attempt to support implicit/explicit operator conversions.

Obviously the conversion operator methods could be stored in some kind of a cache to minimize the performance impact of reflection, but this is an optimization I want to add after I got the bigger picture right.

Would you say this goes in the right direction?