ServiceInject<T> constructor

ServiceInject<T>(
  1. T creationFunction()
)

Implementation

ServiceInject(this.creationFunction);