View on GitHub

CTRC Library

A reflection cache library for .net

Download this project as a .zip file Download this project as a tar.gz file

Welcome use CTRC

You can follow us on https://github.com/chsword/ctrc

### Install package on NuGet.org

Install-Package CTRC

### DEMO
get methodinfos 
var mem = CTRCHelper.GetMethodInfos<MyClass>();
get fields
 var t=CTRCHelper.GetFieldInfos<MyClass>();

### Authors and Contributors
@chsword https://github.com/chsword

### Support or Contact
Email:chsword@126.com