Delegate AspectGetterDelegate<T>
Delegates of this type are used to fetch string representations of user's model objects.
public delegate string AspectGetterDelegate<in T>(T toRender) where T : class
Parameters
toRenderTThe object that is being rendered.
Returns
- string
The string representation to display in the tree.
Type Parameters
T