CreatorSingleInjectFactory<T> constructor

CreatorSingleInjectFactory<T>(
  1. Creator<T> creatorDelegate
)

Creates instance for this InjectFactory with Creator function.

Implementation

CreatorSingleInjectFactory(this.creatorDelegate);