GetInstance(T) Method

Glimpse API

IServiceLocator GetInstance T  Method Glimpse API Documentation
Gets the instance.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

T GetInstance<T>()
where T : class
T GetInstance<T>()
where T : class
Type Parameters

T
The type to be resolved and returned.

Return Value

The instance that matches are the input Type.
See Also