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);
Delegate to return a different value from an instance (e.g. member accessor)
public delegate object InstanceMapper(object instance);