Resolve an instance of the default requested type from the container.

C# | Visual Basic | Visual C++ |
public T Resolve<T>()
Public Function Resolve(Of T) As T
public: generic<typename T> virtual T Resolve() sealed

- T
- Type of object to get from the container.

The retrieved object.