get<T> method

T get <T>(
  1. [String instanceName]
)

retrieves or creates an instance of a registered type T depending on the registration function used for this type or based on a name.

Implementation

T get<T>([String instanceName]);