Reflection Utilities

Tea Framework provides users with a notable amount of utilities aiming to convenience users and remove the grueling, monotonous boilerplate work that has to often be done while writing reflection.

Reflection Caching

Tea Framework has its own dictionary-based caching system for retrieving reflected data (types and their members), as well as many extension methods for additional convenience. You may find a full overview here.

Method Generators

Tea Framework provides a number of methods for generating setters and accessors for fields and properties. You may find a full overview here.

Last updated