addValue<T> abstract method
void
addValue<T>(
- T value
Bind the value
to be injected to the type T
on the InjectorScope.
Implementation
void addValue<T>(T value);
Bind the value
to be injected to the type T
on the InjectorScope.
void addValue<T>(T value);