Delegate ContextMatch
Delegate type for conditional service resolution.
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public delegate bool ContextMatch(ResolutionContext context)
Parameters
Type | Name | Description |
---|---|---|
ResolutionContext | context | The resolution context. |
Returns
Type | Description |
---|---|
bool | True if this service binding should be used. |