SingleInstanceFactory<T> constructor

SingleInstanceFactory<T>(
  1. T instance
)

Creates InjectFactory with single instance of T type.

Implementation

SingleInstanceFactory(T instance) : super(instance);