Fast.Reflection
Fast.Reflection copied to clipboard
Extension methods library emitting IL to generate delegates for fast reflection
Results
1
Fast.Reflection issues
Sort by
recently updated
recently updated
newest added
cache is a Dictionary type,but key is hashcode,It's has some change that the type is different,but key is the same.You should use it like this: static Dictionary cacheDelegateForCtor = new...