Gets a component instance.
| C# | Visual Basic | Visual C++ |
public T Get<T>()
Public Function Get(Of T) As T
public: generic<typename T> T Get()
- T
- Type of the component to retrieve, this is always the service type.
[Missing <returns> documentation for M:HyperActive.Core.Container.Ioc.Get``1]