Climbs on graph of objects (.net)
Yeah, For example, If you wanna check the size of a object and his descendents in your .net heap - You can do it easily with graph climber.
Other examples :
- Writing serializers / deserializers without having to use Expressions or runtime code generation
- Doing something with all the objects that implements some interface within a graph of an object
- Writing full API (Current Stage)
- Implementing GraphClimber with full tests
- Writing examples