Arc.Infrastructure.Dependencies.Registration.Auto.RegisterTypeToFirstMatchStrategy.RegisterTypeToFirstMatchStrategy C# (CSharp) Метод

RegisterTypeToFirstMatchStrategy() публичный Метод

Initializes a new instance of the RegisterTypeToFirstMatchStrategy class.
public RegisterTypeToFirstMatchStrategy ( bool>.Func binding ) : System
binding bool>.Func The binding.
Результат System
        public RegisterTypeToFirstMatchStrategy(Func<Type, bool> binding)
            : this((foundInterface, type) => binding.Invoke(foundInterface))
        {
        }

Same methods

RegisterTypeToFirstMatchStrategy::RegisterTypeToFirstMatchStrategy ( Func binding ) : System
RegisterTypeToFirstMatchStrategy