brynrhodes / fast-member

Automatically exported from code.google.com/p/fast-member
0 stars 0 forks source link

Access to static properties and fields #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How can we make ti working with static properties?

Here is a sample to product problem:
var accessor = TypeAccessor.Create(typeof (DateTime));
var now = accessor[null, "Now"];

Regards,

Original issue reported on code.google.com by shama...@gmail.com on 20 Nov 2014 at 10:50