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

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

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

Same methods

RegisterTypeToFirstMatchStrategy::RegisterTypeToFirstMatchStrategy ( bool>.Func binding ) : System
RegisterTypeToFirstMatchStrategy