Skip to content

Compono.ShareExplicitInvoker(Compono.CompositionRow,Compono.CompositionRequestDescriptor,object)

Compono

Compono

ShareExplicitInvoker(CompositionRow, CompositionRequestDescriptor, object) Delegate

Non-generic delegate shapes every registered invoker is adapted to, regardless of the closed parameter type - what lets RowInvokerRegistry's caller dispatch with no reflection at all, only an ordinary delegate invocation. Moved here from what was previously Compono.XunitV3.Binding.RowInvokers' own local definition, so core and every integration package share one definition instead of each declaring its own. See ADR-0041.

public delegate void ShareExplicitInvoker(Compono.CompositionRow row, in Compono.CompositionRequestDescriptor descriptor, object? value);

Parameters

row CompositionRow

descriptor CompositionRequestDescriptor

value System.Object