IRegistrationSelectionRule
interface IRegistrationSelectionRule
using Stashbox.Resolution;
using System.Runtime.CompilerServices;
namespace Stashbox.Registration.SelectionRules
{
[System.Runtime.CompilerServices.NullableContext(1)]
internal interface IRegistrationSelectionRule
{
bool IsValidForCurrentRequest(TypeInformation typeInformation, ServiceRegistration registration, ResolutionContext resolutionContext, out bool shouldIncrementWeight);
}
}