add<T> abstract method
void
add<T>(
- T instance
Register an instance of T
to be used later.
Implementation
void add<T>(T instance);
Register an instance of T
to be used later.
void add<T>(T instance);