Resolve an instance of the default requested type from the container.
| C# | Visual Basic | Visual C++ |
T Resolve<T>()
Function Resolve(Of T) As T
generic<typename T> T Resolve()
- T
- Type of object to get from the container.
The retrieved object.