createInstanceProducer<TService, TImplementation> abstract method

InstanceProducer createInstanceProducer<TService, TImplementation>(
  1. Constructor<TImplementation> constructor
)

Implementation

InstanceProducer createInstanceProducer<TService, TImplementation>(
    Constructor<TImplementation> constructor);