add<T> abstract method

void add<T>(
  1. T instance
)

Implementation

void add<T>(T instance);