add<T> abstract method

void add<T>(
  1. T instance
)

Register an instance of T to be used later.

Implementation

void add<T>(T instance);