Reflection Utilities
Last updated
Last updated
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.
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 .
Tea Framework provides a number of methods for generating setters and accessors for fields and properties. You may find a full overview .