Resolves an instance of T from the container.
| C# | Visual Basic | Visual C++ |
T Resolve<T>( string key )
Function Resolve(Of T) ( _ key As String _ ) As T
generic<typename T> T Resolve( String^ key )
- T
[Missing <typeparam name="T"/> documentation for "M:MiniSqlQuery.Core.IApplicationServices.Resolve``1(System.String)"]
- key (String)
- The key (can be null if not applicable).
[Missing <returns> documentation for "M:MiniSqlQuery.Core.IApplicationServices.Resolve``1(System.String)"]