get<T> method
- [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]);
retrieves or creates an instance of a registered type T
depending on the registration
function used for this type or based on a name.
T get<T>([String instanceName]);