IServiceLocator GetAllInstances T Method | Glimpse API Documentation |
Gets all instances.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
ICollection<T> GetAllInstances<T>() where T : class
ICollection<T> GetAllInstances<T>() where T : class
Type Parameters
- T
- The type to be resolved and a collection of returned.
Return Value
The instance that matches are the input Type.See Also