Skip to main content

InstanceMapper

Delegate to return a different value from an instance (e.g. member accessor)

Assembly: ServiceStack.Common.dll​
View Source​
Declaration
public delegate object InstanceMapper(object instance);