Interface ICanUpdateNullColHandlers
Allows a type mapping to change the null rules for its slots.
public interface ICanUpdateNullColHandlers
- Extension Methods
Methods
UpdateNullColHandler(Func<ParamInfo, INullColHandler?>)
Updates the null-value response behavior of the slots.
void UpdateNullColHandler(Func<ParamInfo, INullColHandler?> modifier)
Parameters
modifierFunc<ParamInfo, INullColHandler>Returns the new null rule for each slot. Return null to keep it.