Interface IPostProcessor
A Token that can post-process the complete resolved value, after resolve() has recursed over it.
public interface IPostProcessor
Methods
PostProcess(object, IResolveContext)
Process the completely resolved value, after full recursion/resolution has happened.
object PostProcess(object input, IResolveContext context)
Parameters
input
objectcontext
IResolveContext