Top 20 NuGet Packages depending on IRO.Common.Algorithms
Total dependencies: 1
Add some base reflection operations. What you can do:
- get type name just same as c# code (default generic names is not same);
- build Type inheritance tree (and convert it to sorted list;
- invoke any method with json array or complex object. Useful to build cross-process interfaces;
- find assign...